#FAD1D7

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

Shades of Cherub #FAD1D7

Tints of Cherub #FAD1D7

Color information

#FAD1D7 (or 0xFAD1D7) is unknown color: approx Cherub. HEX triplet: FA, D1 and D7. RGB value is (250,209,215). Sum of RGB (Red+Green+Blue) = 250+209+215=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1D7 is #052E28. Grayscale: #DDDDDD. Windows color (decimal): -339497 or 14143994. OLE color: 14143994.

HSL color Cylindrical-coordinate representation of color #FAD1D7: hue angle of 351.22º 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 #FAD1D7 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250209215-
CMYK00.160.140.02
HSL351.22º80.39%90%-
HSV(B)351.22º16.4%98.04%-
XYZ74.4970.8374.04-
YUV221.94124.08148.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 209 (82.03% from 255) = 31.01%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=37.09%
G=31.01%
B=31.90%

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
Decimal25020921500.160.140.02351.2280.3990
HexFAD1D7010E215f505a
Octal372321327020162537120132
Binary11111010110100011101011101000011101010101111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1D7; }

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

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

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

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

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

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

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

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