#F1CDBE

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

Shades of Watusi #F1CDBE

Tints of Watusi #F1CDBE

Color information

#F1CDBE (or 0xF1CDBE) is unknown color: approx Watusi. HEX triplet: F1, CD and BE. RGB value is (241,205,190). Sum of RGB (Red+Green+Blue) = 241+205+190=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDBE is #0E3241. Grayscale: #D6D6D6. Windows color (decimal): -930370 or 12504561. OLE color: 12504561.

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

Color convert

RGB241205190-
CMYK00.150.210.05
HSL17.65º64.56%84.51%-
HSV(B)17.65º21.16%94.51%-
XYZ67.466.0857.92-
YUV214.05114.43147.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=37.89%
G=32.23%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120519000.150.210.0517.6564.5684.51
HexF1CDBE0F155124155
Octal36131527601725522101125
Binary11110001110011011011111001111101011011001010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDBE; }

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

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

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

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

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

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

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

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