#F4CABB

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

Shades of Watusi #F4CABB

Tints of Watusi #F4CABB

Color information

#F4CABB (or 0xF4CABB) is unknown color: approx Watusi. HEX triplet: F4, CA and BB. RGB value is (244,202,187). Sum of RGB (Red+Green+Blue) = 244+202+187=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CABB is #0B3544. Grayscale: #D4D4D4. Windows color (decimal): -734533 or 12307188. OLE color: 12307188.

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

Color convert

RGB244202187-
CMYK00.170.230.04
HSL15.79º72.15%84.51%-
HSV(B)15.79º23.36%95.69%-
XYZ67.465.0656.02-
YUV212.85113.41150.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.55%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=38.55%
G=31.91%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420218700.170.230.0415.7972.1584.51
HexF4CABB011174104855
Octal36431227302127420110125
Binary111101001100101010111011010001101111001000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CABB; }

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

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

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

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

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

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

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

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