#F5D3DB

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

Shades of Cherub #F5D3DB

Tints of Cherub #F5D3DB

Color information

#F5D3DB (or 0xF5D3DB) is unknown color: approx Cherub. HEX triplet: F5, D3 and DB. RGB value is (245,211,219). Sum of RGB (Red+Green+Blue) = 245+211+219=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3DB is #0A2C24. Grayscale: #DEDEDE. Windows color (decimal): -666661 or 14406645. OLE color: 14406645.

HSL color Cylindrical-coordinate representation of color #F5D3DB: hue angle of 345.88º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D3DB is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245211219-
CMYK00.140.110.04
HSL345.88º62.96%89.41%-
HSV(B)345.88º13.88%96.08%-
XYZ73.7471.1276.86-
YUV222.08126.26144.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=36.30%
G=31.26%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521121900.140.110.04345.8862.9689.41
HexF5D3DB0EB415a3f59
Octal36532333301613453277131
Binary1111010111010011110110110111010111001010110101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D3DB; }

 p { color: rgb(245,211,219); }

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

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

 a { background-color: rgb(245,211,219); }

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

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

 span { border-color: rgb(245,211,219); }

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