#F1CABC

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

Shades of Watusi #F1CABC

Tints of Watusi #F1CABC

Color information

#F1CABC (or 0xF1CABC) is unknown color: approx Watusi. HEX triplet: F1, CA and BC. RGB value is (241,202,188). Sum of RGB (Red+Green+Blue) = 241+202+188=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CABC is #0E3543. Grayscale: #D4D4D4. Windows color (decimal): -931140 or 12372721. OLE color: 12372721.

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

Color convert

RGB241202188-
CMYK00.160.220.05
HSL15.85º65.43%84.12%-
HSV(B)15.85º21.99%94.51%-
XYZ66.4764.5756.54-
YUV212.06114.42148.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 188 (73.83% from 255) = 29.79%
R=38.19%
G=32.01%
B=29.79%

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
Decimal24120218800.160.220.0515.8565.4384.12
HexF1CABC010165104154
Octal36131227402026520101124
Binary111100011100101010111100010000101101011000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CABC; }

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

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

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

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

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

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

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

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