#F1CDC0

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

Shades of Watusi #F1CDC0

Tints of Watusi #F1CDC0

Color information

#F1CDC0 (or 0xF1CDC0) is unknown color: approx Watusi. HEX triplet: F1, CD and C0. RGB value is (241,205,192). Sum of RGB (Red+Green+Blue) = 241+205+192=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDC0 is #0E323F. Grayscale: #D6D6D6. Windows color (decimal): -930368 or 12635633. OLE color: 12635633.

HSL color Cylindrical-coordinate representation of color #F1CDC0: hue angle of 15.92º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1CDC0 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241205192-
CMYK00.150.200.05
HSL15.92º63.64%84.9%-
HSV(B)15.92º20.33%94.51%-
XYZ67.6266.1759.08-
YUV214.28115.43147.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=37.77%
G=32.13%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120519200.150.200.0515.9263.6484.9
HexF1CDC00F145104055
Octal36131530001724520100125
Binary11110001110011011100000001111101001011000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDC0; }

 p { color: rgb(241,205,192); }

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

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

 a { background-color: rgb(241,205,192); }

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

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

 span { border-color: rgb(241,205,192); }

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