#F1CCBF

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

Shades of Watusi #F1CCBF

Tints of Watusi #F1CCBF

Color information

#F1CCBF (or 0xF1CCBF) is unknown color: approx Watusi. HEX triplet: F1, CC and BF. RGB value is (241,204,191). Sum of RGB (Red+Green+Blue) = 241+204+191=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCBF is #0E3340. Grayscale: #D5D5D5. Windows color (decimal): -930625 or 12569841. OLE color: 12569841.

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

Color convert

RGB241204191-
CMYK00.150.210.05
HSL15.6º64.1%84.71%-
HSV(B)15.6º20.75%94.51%-
XYZ67.2765.6558.42-
YUV213.58115.26147.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 30.03%
R=37.89%
G=32.08%
B=30.03%

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
Decimal24120419100.150.210.0515.664.184.71
HexF1CCBF0F155104055
Octal36131427701725520100125
Binary11110001110011001011111101111101011011000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCBF; }

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

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

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

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

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

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

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

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