Html Css Color HEX #F8CCB8 Watusi

📋 copy color: '#F8CCB8'

red 248 ◦ green 204 ◦ blue 184

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

Shades of Watusi #F8CCB8

Tints of Watusi #F8CCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

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

R = 38.99%
G = 32.08%
B = 28.93%

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

#F8CCB8 (or 0xF8CCB8) is known color: Watusi. HEX triplet: F8, CC and B8. RGB value is (248,204,184). Sum of RGB (Red+Green+Blue) = 248+204+184=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCB8 is #073347. Grayscale: #D7D7D7. Windows color (decimal): -471880 or 12111096. OLE color: 12111096.

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

Color convert

RGB 248 204 184 -
CMYK 0 0.18 0.26 0.03
HSL 18.75º 0.82% 0.85% -
HSV(B) 18.75º 0.26% 0.97% -
XYZ 68.96 66.6 54.57 -
YUV 214.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 248 204 184 0 0.18 0.26 0.03 18.75 0.82 0.85
Hex F8 CC B8 0 12 1A 3 13 52 55
Octal 370 314 270 0 22 32 3 23 122 125
Binary 11111000 11001100 10111000 0 10010 11010 11 10011 1010010 1010101

Color Harmonies of #F8CCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCB8

Black with #F8CCB8

Text Example


Text Example

White with #F8CCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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