#FAD1D8

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

Shades of Cherub #FAD1D8

Tints of Cherub #FAD1D8

Color information

#FAD1D8 (or 0xFAD1D8) is unknown color: approx Cherub. HEX triplet: FA, D1 and D8. RGB value is (250,209,216). Sum of RGB (Red+Green+Blue) = 250+209+216=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1D8 is #052E27. Grayscale: #DEDEDE. Windows color (decimal): -339496 or 14209530. OLE color: 14209530.

HSL color Cylindrical-coordinate representation of color #FAD1D8: hue angle of 349.76º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD1D8 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250209216-
CMYK00.160.140.02
HSL349.76º80.39%90%-
HSV(B)349.76º16.4%98.04%-
XYZ74.6270.8874.71-
YUV222.06124.58147.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 209 (82.03% from 255) = 30.96%
BLUE value IS 216 (84.77% from 255) = 32%
R=37.04%
G=30.96%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020921600.160.140.02349.7680.3990
HexFAD1D8010E215e505a
Octal372321330020162536120132
Binary11111010110100011101100001000011101010101111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1D8; }

 p { color: rgb(250,209,216); }

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

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

 a { background-color: rgb(250,209,216); }

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

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

 span { border-color: rgb(250,209,216); }

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