Html Css Color HEX #F8CAB8 Watusi

📋 copy color: '#F8CAB8'

red 248 ◦ green 202 ◦ blue 184

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

Shades of Watusi #F8CAB8

Tints of Watusi #F8CAB8

RGB

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

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

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

R = 39.12%
G = 31.86%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8CAB8 (or 0xF8CAB8) is known color: Watusi. HEX triplet: F8, CA and B8. RGB value is (248,202,184). Sum of RGB (Red+Green+Blue) = 248+202+184=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAB8 is #073547. Grayscale: #D5D5D5. Windows color (decimal): -472392 or 12110584. OLE color: 12110584.

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

Color convert

RGB 248 202 184 -
CMYK 0 0.19 0.26 0.03
HSL 16.88º 0.82% 0.85% -
HSV(B) 16.88º 0.26% 0.97% -
XYZ 68.48 65.66 54.41 -
YUV 213.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 248 202 184 0 0.19 0.26 0.03 16.88 0.82 0.85
Hex F8 CA B8 0 13 1A 3 11 52 55
Octal 370 312 270 0 23 32 3 21 122 125
Binary 11111000 11001010 10111000 0 10011 11010 11 10001 1010010 1010101

Color Harmonies of #F8CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAB8

Black with #F8CAB8

Text Example


Text Example

White with #F8CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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