#F1CAB7

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

Shades of Watusi #F1CAB7

Tints of Watusi #F1CAB7

Color information

#F1CAB7 (or 0xF1CAB7) is unknown color: approx Watusi. HEX triplet: F1, CA and B7. RGB value is (241,202,183). Sum of RGB (Red+Green+Blue) = 241+202+183=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAB7 is #0E3548. Grayscale: #D3D3D3. Windows color (decimal): -931145 or 12045041. OLE color: 12045041.

HSL color Cylindrical-coordinate representation of color #F1CAB7: hue angle of 19.66º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1CAB7 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241202183-
CMYK00.160.240.05
HSL19.66º67.44%83.14%-
HSV(B)19.66º24.07%94.51%-
XYZ65.9464.3653.75-
YUV211.49111.92149.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=38.50%
G=32.27%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120218300.160.240.0519.6667.4483.14
HexF1CAB7010185144353
Octal36131226702030524103123
Binary111100011100101010110111010000110001011010010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAB7; }

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

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

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

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

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

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

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

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