#f5cbbf

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

Shades of Watusi #F5CBBF

Tints of Watusi #F5CBBF

Color information

#F5CBBF (or 0xF5CBBF) is unknown color: approx Watusi. HEX triplet: F5, CB and BF. RGB value is (245,203,191). Sum of RGB (Red+Green+Blue) = 245+203+191=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBBF is #0A3440. Grayscale: #D6D6D6. Windows color (decimal): -668737 or 12569589. OLE color: 12569589.

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

Color convert

RGB245203191-
CMYK00.170.220.04
HSL13.33º72.97%85.49%-
HSV(B)13.33º22.04%96.08%-
XYZ68.4265.8958.4-
YUV214.19114.91149.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 191 (75% from 255) = 29.89%
R=38.34%
G=31.77%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520319100.170.220.0413.3372.9785.49
HexF5CBBF011164d4955
Octal36531327702126415111125
Binary11110101110010111011111101000110110100110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5cbbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5cbbf; }

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

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

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

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

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

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

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

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