#F1CABE

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

Shades of Watusi #F1CABE

Tints of Watusi #F1CABE

Color information

#F1CABE (or 0xF1CABE) is unknown color: approx Watusi. HEX triplet: F1, CA and BE. RGB value is (241,202,190). Sum of RGB (Red+Green+Blue) = 241+202+190=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CABE is #0E3541. Grayscale: #D4D4D4. Windows color (decimal): -931138 or 12503793. OLE color: 12503793.

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

Color convert

RGB241202190-
CMYK00.160.210.05
HSL14.12º64.56%84.51%-
HSV(B)14.12º21.16%94.51%-
XYZ66.6964.6657.68-
YUV212.29115.42148.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=38.07%
G=31.91%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120219000.160.210.0514.1264.5684.51
HexF1CABE010155e4155
Octal36131227602025516101125
Binary11110001110010101011111001000010101101111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CABE; }

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

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

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

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

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

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

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

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