Html Css Color HEX #F4CAB6 Watusi

📋 copy color: '#F4CAB6'

red 244 ◦ green 202 ◦ blue 182

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

Shades of Watusi #F4CAB6

Tints of Watusi #F4CAB6

RGB

 RED value IS 244 (95.7% from 255) = 38.85%

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

 BLUE value IS 182 (71.48% from 255) = 28.98%

R = 38.85%
G = 32.17%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F4CAB6 (or 0xF4CAB6) is known color: Watusi. HEX triplet: F4, CA and B6. RGB value is (244,202,182). Sum of RGB (Red+Green+Blue) = 244+202+182=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAB6 is #0B3549. Grayscale: #D4D4D4. Windows color (decimal): -734538 or 11979508. OLE color: 11979508.

HSL color Cylindrical-coordinate representation of color #F4CAB6: hue angle of 19.35º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4CAB6 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 182 -
CMYK 0 0.17 0.25 0.04
HSL 19.35º 0.74% 0.84% -
HSV(B) 19.35º 0.25% 0.96% -
XYZ 66.87 64.85 53.25 -
YUV 212.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 244 202 182 0 0.17 0.25 0.04 19.35 0.74 0.84
Hex F4 CA B6 0 11 19 4 13 4A 54
Octal 364 312 266 0 21 31 4 23 112 124
Binary 11110100 11001010 10110110 0 10001 11001 100 10011 1001010 1010100

Color Harmonies of #F4CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CAB6

Black with #F4CAB6

Text Example


Text Example

White with #F4CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CAB6; }

 p { color: rgb(244,202,182); }

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

background-color css

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

 a { background-color: rgb(244,202,182); }

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

border-color css

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

 span { border-color: rgb(244,202,182); }

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