#F4CDB6

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

Shades of Watusi #F4CDB6

Tints of Watusi #F4CDB6

Color information

#F4CDB6 (or 0xF4CDB6) is unknown color: approx Watusi. HEX triplet: F4, CD and B6. RGB value is (244,205,182). Sum of RGB (Red+Green+Blue) = 244+205+182=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDB6 is #0B3249. Grayscale: #D6D6D6. Windows color (decimal): -733770 or 11980276. OLE color: 11980276.

HSL color Cylindrical-coordinate representation of color #F4CDB6: hue angle of 22.26º 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 #F4CDB6 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB244205182-
CMYK00.160.250.04
HSL22.26º73.81%83.53%-
HSV(B)22.26º25.41%95.69%-
XYZ67.5866.2753.49-
YUV214.04109.92149.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.67%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=38.67%
G=32.49%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420518200.160.250.0422.2673.8183.53
HexF4CDB6010194164a54
Octal36431526602031426112124
Binary111101001100110110110110010000110011001011010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDB6; }

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

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

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

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

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

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

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

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