#F1CEC2

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

Shades of Watusi #F1CEC2

Tints of Watusi #F1CEC2

Color information

#F1CEC2 (or 0xF1CEC2) is unknown color: approx Watusi. HEX triplet: F1, CE and C2. RGB value is (241,206,194). Sum of RGB (Red+Green+Blue) = 241+206+194=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEC2 is #0E313D. Grayscale: #D7D7D7. Windows color (decimal): -930110 or 12766961. OLE color: 12766961.

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

Color convert

RGB241206194-
CMYK00.150.200.05
HSL15.32º62.67%85.29%-
HSV(B)15.32º19.5%94.51%-
XYZ68.0866.7460.33-
YUV215.1116.1146.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 194 (76.17% from 255) = 30.27%
R=37.60%
G=32.14%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120619400.150.200.0515.3262.6785.29
HexF1CEC20F145f3f55
Octal3613163020172451777125
Binary111100011100111011000010011111010010111111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEC2; }

 p { color: rgb(241,206,194); }

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

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

 a { background-color: rgb(241,206,194); }

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

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

 span { border-color: rgb(241,206,194); }

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