#F1CCBE

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

Shades of Watusi #F1CCBE

Tints of Watusi #F1CCBE

Color information

#F1CCBE (or 0xF1CCBE) is unknown color: approx Watusi. HEX triplet: F1, CC and BE. RGB value is (241,204,190). Sum of RGB (Red+Green+Blue) = 241+204+190=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCBE is #0E3341. Grayscale: #D5D5D5. Windows color (decimal): -930626 or 12504305. OLE color: 12504305.

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

Color convert

RGB241204190-
CMYK00.150.210.05
HSL16.47º64.56%84.51%-
HSV(B)16.47º21.16%94.51%-
XYZ67.1665.657.84-
YUV213.47114.76147.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=37.95%
G=32.13%
B=29.92%

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
Decimal24120419000.150.210.0516.4764.5684.51
HexF1CCBE0F155104155
Octal36131427601725520101125
Binary11110001110011001011111001111101011011000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCBE; }

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

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

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

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

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

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

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

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