Html Css Color HEX #F8CABB Watusi

📋 copy color: '#F8CABB'

red 248 ◦ green 202 ◦ blue 187

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

Shades of Watusi #F8CABB

Tints of Watusi #F8CABB

RGB

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

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

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

R = 38.93%
G = 31.71%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8CABB (or 0xF8CABB) is known color: Watusi. HEX triplet: F8, CA and BB. RGB value is (248,202,187). Sum of RGB (Red+Green+Blue) = 248+202+187=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CABB is #073544. Grayscale: #D6D6D6. Windows color (decimal): -472389 or 12307192. OLE color: 12307192.

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

Color convert

RGB 248 202 187 -
CMYK 0 0.19 0.25 0.03
HSL 14.75º 0.81% 0.85% -
HSV(B) 14.75º 0.25% 0.97% -
XYZ 68.8 65.79 56.09 -
YUV 214.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 248 202 187 0 0.19 0.25 0.03 14.75 0.81 0.85
Hex F8 CA BB 0 13 19 3 F 51 55
Octal 370 312 273 0 23 31 3 17 121 125
Binary 11111000 11001010 10111011 0 10011 11001 11 1111 1010001 1010101

Color Harmonies of #F8CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CABB

Black with #F8CABB

Text Example


Text Example

White with #F8CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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