#F0CDBB

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

Shades of Watusi #F0CDBB

Tints of Watusi #F0CDBB

Color information

#F0CDBB (or 0xF0CDBB) is unknown color: approx Watusi. HEX triplet: F0, CD and BB. RGB value is (240,205,187). Sum of RGB (Red+Green+Blue) = 240+205+187=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBB is #0F3244. Grayscale: #D5D5D5. Windows color (decimal): -995909 or 12307952. OLE color: 12307952.

HSL color Cylindrical-coordinate representation of color #F0CDBB: hue angle of 20.38º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0CDBB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240205187-
CMYK00.150.220.06
HSL20.38º63.86%83.73%-
HSV(B)20.38º22.08%94.12%-
XYZ66.7465.7856.19-
YUV213.41113.1146.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=37.97%
G=32.44%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020518700.150.220.0620.3863.8683.73
HexF0CDBB0F166144054
Octal36031527301726624100124
Binary11110000110011011011101101111101101101010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDBB; }

 p { color: rgb(240,205,187); }

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

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

 a { background-color: rgb(240,205,187); }

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

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

 span { border-color: rgb(240,205,187); }

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