Html Css Color HEX #F9CBBB Watusi

📋 copy color: '#F9CBBB'

red 249 ◦ green 203 ◦ blue 187

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

Shades of Watusi #F9CBBB

Tints of Watusi #F9CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.77%

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

R = 38.97%
G = 31.77%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9CBBB (or 0xF9CBBB) is known color: Watusi. HEX triplet: F9, CB and BB. RGB value is (249,203,187). Sum of RGB (Red+Green+Blue) = 249+203+187=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBBB is #063444. Grayscale: #D7D7D7. Windows color (decimal): -406597 or 12307449. OLE color: 12307449.

HSL color Cylindrical-coordinate representation of color #F9CBBB: hue angle of 15.48º 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 #F9CBBB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 187 -
CMYK 0 0.18 0.25 0.02
HSL 15.48º 0.84% 0.85% -
HSV(B) 15.48º 0.25% 0.98% -
XYZ 69.39 66.44 56.18 -
YUV 214.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 249 203 187 0 0.18 0.25 0.02 15.48 0.84 0.85
Hex F9 CB BB 0 12 19 2 F 54 55
Octal 371 313 273 0 22 31 2 17 124 125
Binary 11111001 11001011 10111011 0 10010 11001 10 1111 1010100 1010101

Color Harmonies of #F9CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBBB

Black with #F9CBBB

Text Example


Text Example

White with #F9CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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