Html Css Color HEX #F9CABB Watusi

📋 copy color: '#F9CABB'

red 249 ◦ green 202 ◦ blue 187

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

Shades of Watusi #F9CABB

Tints of Watusi #F9CABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.31%

R = 39.03%
G = 31.66%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9CABB (or 0xF9CABB) is known color: Watusi. HEX triplet: F9, CA and BB. RGB value is (249,202,187). Sum of RGB (Red+Green+Blue) = 249+202+187=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CABB is #063544. Grayscale: #D6D6D6. Windows color (decimal): -406853 or 12307193. OLE color: 12307193.

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

Color convert

RGB 249 202 187 -
CMYK 0 0.19 0.25 0.02
HSL 14.52º 0.84% 0.85% -
HSV(B) 14.52º 0.25% 0.98% -
XYZ 69.16 65.97 56.1 -
YUV 214.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 249 202 187 0 0.19 0.25 0.02 14.52 0.84 0.85
Hex F9 CA BB 0 13 19 2 F 54 55
Octal 371 312 273 0 23 31 2 17 124 125
Binary 11111001 11001010 10111011 0 10011 11001 10 1111 1010100 1010101

Color Harmonies of #F9CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CABB

Black with #F9CABB

Text Example


Text Example

White with #F9CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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