Html Css Color HEX #F8CBB8 Watusi

📋 copy color: '#F8CBB8'

red 248 ◦ green 203 ◦ blue 184

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

Shades of Watusi #F8CBB8

Tints of Watusi #F8CBB8

RGB

 RED value IS 248 (97.27% from 255) = 39.06%

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

 BLUE value IS 184 (72.27% from 255) = 28.98%

R = 39.06%
G = 31.97%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8CBB8 (or 0xF8CBB8) is known color: Watusi. HEX triplet: F8, CB and B8. RGB value is (248,203,184). Sum of RGB (Red+Green+Blue) = 248+203+184=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBB8 is #073447. Grayscale: #D6D6D6. Windows color (decimal): -472136 or 12110840. OLE color: 12110840.

HSL color Cylindrical-coordinate representation of color #F8CBB8: hue angle of 17.81º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8CBB8 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 184 -
CMYK 0 0.18 0.26 0.03
HSL 17.81º 0.82% 0.85% -
HSV(B) 17.81º 0.26% 0.97% -
XYZ 68.72 66.13 54.49 -
YUV 214.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 248 203 184 0 0.18 0.26 0.03 17.81 0.82 0.85
Hex F8 CB B8 0 12 1A 3 12 52 55
Octal 370 313 270 0 22 32 3 22 122 125
Binary 11111000 11001011 10111000 0 10010 11010 11 10010 1010010 1010101

Color Harmonies of #F8CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBB8

Black with #F8CBB8

Text Example


Text Example

White with #F8CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBB8; }

 p { color: rgb(248,203,184); }

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

background-color css

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

 a { background-color: rgb(248,203,184); }

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

border-color css

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

 span { border-color: rgb(248,203,184); }

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