#F1CBBB

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

Shades of Watusi #F1CBBB

Tints of Watusi #F1CBBB

Color information

#F1CBBB (or 0xF1CBBB) is unknown color: approx Watusi. HEX triplet: F1, CB and BB. RGB value is (241,203,187). Sum of RGB (Red+Green+Blue) = 241+203+187=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBBB is #0E3444. Grayscale: #D4D4D4. Windows color (decimal): -930885 or 12307441. OLE color: 12307441.

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

Color convert

RGB241203187-
CMYK00.160.220.05
HSL17.78º65.85%83.92%-
HSV(B)17.78º22.41%94.51%-
XYZ66.66556.05-
YUV212.54113.59148.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=38.19%
G=32.17%
B=29.64%

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
Decimal24120318700.160.220.0517.7865.8583.92
HexF1CBBB010165124254
Octal36131327302026522102124
Binary111100011100101110111011010000101101011001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBBB; }

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

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

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

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

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

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

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

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