#F4CABE

Color #F4CABE Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #F4CABE

Tints of Watusi #F4CABE

Color information

#F4CABE (or 0xF4CABE) is unknown color: approx Watusi. HEX triplet: F4, CA and BE. RGB value is (244,202,190). Sum of RGB (Red+Green+Blue) = 244+202+190=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CABE is #0B3541. Grayscale: #D5D5D5. Windows color (decimal): -734530 or 12503796. OLE color: 12503796.

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

Color convert

RGB244202190-
CMYK00.170.220.04
HSL13.33º71.05%85.1%-
HSV(B)13.33º22.13%95.69%-
XYZ67.7265.1957.73-
YUV213.19114.91149.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=38.36%
G=31.76%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420219000.170.220.0413.3371.0585.1
HexF4CABE011164d4755
Octal36431227602126415107125
Binary11110100110010101011111001000110110100110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CABE; }

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

 H1.HeaderClassName
 {
   color: #F4CABE;
 }
 .AnyTagClassName
 {
   color: #F4CABE;
 }
</style>
background-color css

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

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

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

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

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

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