#F5CDBE

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

Shades of Watusi #F5CDBE

Tints of Watusi #F5CDBE

Color information

#F5CDBE (or 0xF5CDBE) is unknown color: approx Watusi. HEX triplet: F5, CD and BE. RGB value is (245,205,190). Sum of RGB (Red+Green+Blue) = 245+205+190=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDBE is #0A3241. Grayscale: #D7D7D7. Windows color (decimal): -668226 or 12504565. OLE color: 12504565.

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

Color convert

RGB245205190-
CMYK00.160.220.04
HSL16.36º73.33%85.29%-
HSV(B)16.36º22.45%96.08%-
XYZ68.7866.7957.98-
YUV215.25113.75149.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=38.28%
G=32.03%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520519000.160.220.0416.3673.3385.29
HexF5CDBE010164104955
Octal36531527602026420111125
Binary111101011100110110111110010000101101001000010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDBE; }

 p { color: rgb(245,205,190); }

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

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

 a { background-color: rgb(245,205,190); }

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

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

 span { border-color: rgb(245,205,190); }

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