Html Css Color HEX #FAD1D8 Cherub

📋 copy color: '#FAD1D8'

red 250 ◦ green 209 ◦ blue 216

#FAD1D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherub #FAD1D8

Tints of Cherub #FAD1D8

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 value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAD1D8 (or 0xFAD1D8) is known color: 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

RGB 250 209 216 -
CMYK 0 0.16 0.14 0.02
HSL 349.76º 0.8% 0.9% -
HSV(B) 349.76º 0.16% 0.98% -
XYZ 74.62 70.88 74.71 -
YUV 222.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 250 209 216 0 0.16 0.14 0.02 349.76 0.8 0.9
Hex FA D1 D8 0 10 E 2 15E 50 5A
Octal 372 321 330 0 20 16 2 536 120 132
Binary 11111010 11010001 11011000 0 10000 1110 10 101011110 1010000 1011010

Color Harmonies of #FAD1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1D8

Black with #FAD1D8

Text Example


Text Example

White with #FAD1D8

Text Example


Text Example

HTML Codes & Css Web 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>