Html Css Color HEX #F2ABAB Sundown

📋 copy color: '#F2ABAB'

red 242 ◦ green 171 ◦ blue 171

#F2ABAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #F2ABAB

Tints of Sundown #F2ABAB

RGB

 RED value IS 242 (94.92% from 255) = 41.44%

 GREEN value IS 171 (67.19% from 255) = 29.28%

 BLUE value IS 171 (67.19% from 255) = 29.28%

R = 41.44%
G = 29.28%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2ABAB (or 0xF2ABAB) is known color: Sundown. HEX triplet: F2, AB and AB. RGB value is (242,171,171). Sum of RGB (Red+Green+Blue) = 242+171+171=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ABAB is #0D5454. Grayscale: #C0C0C0. Windows color (decimal): -873557 or 11250674. OLE color: 11250674.

HSL color Cylindrical-coordinate representation of color #F2ABAB: hue angle of 0º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABAB is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 171 -
CMYK 0 0.29 0.29 0.05
HSL 0.73% 0.81% -
HSV(B) 0.29% 0.95% -
XYZ 58.53 50.94 45.28 -
YUV 192.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 242 171 171 0 0.29 0.29 0.05 0 0.73 0.81
Hex F2 AB AB 0 1D 1D 5 0 49 51
Octal 362 253 253 0 35 35 5 0 111 121
Binary 11110010 10101011 10101011 0 11101 11101 101 0 1001001 1010001

Color Harmonies of #F2ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABAB

Black with #F2ABAB

Text Example


Text Example

White with #F2ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABAB; }

 p { color: rgb(242,171,171); }

 H1.HeaderClassName
 {
   color: #F2ABAB;
 }
 .AnyTagClassName
 {
   color: #F2ABAB;
 }
</style>

background-color css

<style>
 a { background-color: #F2ABAB; }

 a { background-color: rgb(242,171,171); }

 div.DivClassName
 {
   background-color: #F2ABAB;
 }
 .BgClassName
 {
   background-color: #F2ABAB;
 }
</style>

border-color css

<style>
 span { border-color: #F2ABAB; }

 span { border-color: rgb(242,171,171); }

 td.TdClassName
 {
   border-color: #F2ABAB;
 }
 .TagClassName
 {
   border-color: #F2ABAB;
 }
</style>