#F1CDBB

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

Shades of Watusi #F1CDBB

Tints of Watusi #F1CDBB

Color information

#F1CDBB (or 0xF1CDBB) is unknown color: approx Watusi. HEX triplet: F1, CD and BB. RGB value is (241,205,187). Sum of RGB (Red+Green+Blue) = 241+205+187=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDBB is #0E3244. Grayscale: #D5D5D5. Windows color (decimal): -930373 or 12307953. OLE color: 12307953.

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

Color convert

RGB241205187-
CMYK00.150.220.05
HSL20º65.85%83.92%-
HSV(B)20º22.41%94.51%-
XYZ67.0865.9556.21-
YUV213.71112.93147.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=38.07%
G=32.39%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120518700.150.220.052065.8583.92
HexF1CDBB0F165144254
Octal36131527301726524102124
Binary11110001110011011011101101111101101011010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDBB; }

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

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

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

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

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

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

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

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