#F1CAB8

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

Shades of Watusi #F1CAB8

Tints of Watusi #F1CAB8

Color information

#F1CAB8 (or 0xF1CAB8) is unknown color: approx Watusi. HEX triplet: F1, CA and B8. RGB value is (241,202,184). Sum of RGB (Red+Green+Blue) = 241+202+184=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAB8 is #0E3547. Grayscale: #D3D3D3. Windows color (decimal): -931144 or 12110577. OLE color: 12110577.

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

Color convert

RGB241202184-
CMYK00.160.240.05
HSL18.95º67.06%83.33%-
HSV(B)18.95º23.65%94.51%-
XYZ66.0564.454.3-
YUV211.61112.42148.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 184 (72.27% from 255) = 29.35%
R=38.44%
G=32.22%
B=29.35%

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
Decimal24120218400.160.240.0518.9567.0683.33
HexF1CAB8010185134353
Octal36131227002030523103123
Binary111100011100101010111000010000110001011001110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAB8; }

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

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

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

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

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

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

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

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