Html Css Color HEX #F9CAB6 Watusi

📋 copy color: '#F9CAB6'

red 249 ◦ green 202 ◦ blue 182

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

Shades of Watusi #F9CAB6

Tints of Watusi #F9CAB6

RGB

 RED value IS 249 (97.66% from 255) = 39.34%

 GREEN value IS 202 (79.3% from 255) = 31.91%

 BLUE value IS 182 (71.48% from 255) = 28.75%

R = 39.34%
G = 31.91%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9CAB6 (or 0xF9CAB6) is known color: Watusi. HEX triplet: F9, CA and B6. RGB value is (249,202,182). Sum of RGB (Red+Green+Blue) = 249+202+182=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAB6 is #063549. Grayscale: #D5D5D5. Windows color (decimal): -406858 or 11979513. OLE color: 11979513.

HSL color Cylindrical-coordinate representation of color #F9CAB6: hue angle of 17.91º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9CAB6 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 202 182 -
CMYK 0 0.19 0.27 0.02
HSL 17.91º 0.85% 0.85% -
HSV(B) 17.91º 0.27% 0.98% -
XYZ 68.63 65.76 53.33 -
YUV 213.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 249 202 182 0 0.19 0.27 0.02 17.91 0.85 0.85
Hex F9 CA B6 0 13 1B 2 12 55 55
Octal 371 312 266 0 23 33 2 22 125 125
Binary 11111001 11001010 10110110 0 10011 11011 10 10010 1010101 1010101

Color Harmonies of #F9CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAB6

Black with #F9CAB6

Text Example


Text Example

White with #F9CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAB6; }

 p { color: rgb(249,202,182); }

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

background-color css

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

 a { background-color: rgb(249,202,182); }

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

border-color css

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

 span { border-color: rgb(249,202,182); }

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