#FFD3DB

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

Shades of Cherub #FFD3DB

Tints of Cherub #FFD3DB

Color information

#FFD3DB (or 0xFFD3DB) is unknown color: approx Cherub. HEX triplet: FF, D3 and DB. RGB value is (255,211,219). Sum of RGB (Red+Green+Blue) = 255+211+219=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DB is #002C24. Grayscale: #E1E1E1. Windows color (decimal): -11301 or 14406655. OLE color: 14406655.

HSL color Cylindrical-coordinate representation of color #FFD3DB: hue angle of 349.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3DB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255211219-
CMYK00.170.140
HSL349.09º100%91.37%-
HSV(B)349.09º17.25%100%-
XYZ77.3272.9677.03-
YUV225.07124.58149.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 211 (82.81% from 255) = 30.80%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=37.23%
G=30.80%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521121900.170.140349.0910091.37
HexFFD3DB011E015d645b
Octal377323333021160535144133
Binary1111111111010011110110110100011110010101110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3DB; }

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

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

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

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

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

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

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

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