#F5CFBD

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

Shades of Watusi #F5CFBD

Tints of Watusi #F5CFBD

Color information

#F5CFBD (or 0xF5CFBD) is unknown color: approx Watusi. HEX triplet: F5, CF and BD. RGB value is (245,207,189). Sum of RGB (Red+Green+Blue) = 245+207+189=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFBD is #0A3042. Grayscale: #D8D8D8. Windows color (decimal): -667715 or 12439541. OLE color: 12439541.

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

Color convert

RGB245207189-
CMYK00.160.230.04
HSL19.29º73.68%85.1%-
HSV(B)19.29º22.86%96.08%-
XYZ69.1567.7157.57-
YUV216.31112.59148.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=38.22%
G=32.29%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520718900.160.230.0419.2973.6885.1
HexF5CFBD010174134a55
Octal36531727502027423112125
Binary111101011100111110111101010000101111001001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFBD; }

 p { color: rgb(245,207,189); }

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

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

 a { background-color: rgb(245,207,189); }

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

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

 span { border-color: rgb(245,207,189); }

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