#F1CCBB

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

Shades of Watusi #F1CCBB

Tints of Watusi #F1CCBB

Color information

#F1CCBB (or 0xF1CCBB) is unknown color: approx Watusi. HEX triplet: F1, CC and BB. RGB value is (241,204,187). Sum of RGB (Red+Green+Blue) = 241+204+187=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCBB is #0E3344. Grayscale: #D5D5D5. Windows color (decimal): -930629 or 12307697. OLE color: 12307697.

HSL color Cylindrical-coordinate representation of color #F1CCBB: hue angle of 18.89º 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 #F1CCBB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241204187-
CMYK00.150.220.05
HSL18.89º65.85%83.92%-
HSV(B)18.89º22.41%94.51%-
XYZ66.8465.4756.13-
YUV213.12113.26147.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=38.13%
G=32.28%
B=29.59%

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
Decimal24120418700.150.220.0518.8965.8583.92
HexF1CCBB0F165134254
Octal36131427301726523102124
Binary11110001110011001011101101111101101011001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCBB; }

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

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

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

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

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

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

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

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