#F5CBBB

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

Shades of Watusi #F5CBBB

Tints of Watusi #F5CBBB

Color information

#F5CBBB (or 0xF5CBBB) is unknown color: approx Watusi. HEX triplet: F5, CB and BB. RGB value is (245,203,187). Sum of RGB (Red+Green+Blue) = 245+203+187=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBBB is #0A3444. Grayscale: #D5D5D5. Windows color (decimal): -668741 or 12307445. OLE color: 12307445.

HSL color Cylindrical-coordinate representation of color #F5CBBB: hue angle of 16.55º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5CBBB is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245203187-
CMYK00.170.240.04
HSL16.55º74.36%84.71%-
HSV(B)16.55º23.67%96.08%-
XYZ67.9865.7156.11-
YUV213.73112.91150.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=38.58%
G=31.97%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520318700.170.240.0416.5574.3684.71
HexF5CBBB011184114a55
Octal36531327302130421112125
Binary111101011100101110111011010001110001001000110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBBB; }

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

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

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

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

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

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

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

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