#F1CABB

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

Shades of Watusi #F1CABB

Tints of Watusi #F1CABB

Color information

#F1CABB (or 0xF1CABB) is unknown color: approx Watusi. HEX triplet: F1, CA and BB. RGB value is (241,202,187). Sum of RGB (Red+Green+Blue) = 241+202+187=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CABB is #0E3544. Grayscale: #D4D4D4. Windows color (decimal): -931141 or 12307185. OLE color: 12307185.

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

Color convert

RGB241202187-
CMYK00.160.220.05
HSL16.67º65.85%83.92%-
HSV(B)16.67º22.41%94.51%-
XYZ66.3764.5355.97-
YUV211.95113.92148.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=38.25%
G=32.06%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120218700.160.220.0516.6765.8583.92
HexF1CABB010165114254
Octal36131227302026521102124
Binary111100011100101010111011010000101101011000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CABB; }

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

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

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

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

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

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

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

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