Html Css Color HEX #FAD2DA Cherub

📋 copy color: '#FAD2DA'

red 250 ◦ green 210 ◦ blue 218

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

Shades of Cherub #FAD2DA

Tints of Cherub #FAD2DA

RGB

 RED value IS 250 (98.05% from 255) = 36.87%

 GREEN value IS 210 (82.42% from 255) = 30.97%

 BLUE value IS 218 (85.55% from 255) = 32.15%

R = 36.87%
G = 30.97%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAD2DA (or 0xFAD2DA) is known color: Cherub. HEX triplet: FA, D2 and DA. RGB value is (250,210,218). Sum of RGB (Red+Green+Blue) = 250+210+218=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2DA is #052D25. Grayscale: #DEDEDE. Windows color (decimal): -339238 or 14340858. OLE color: 14340858.

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

Color convert

RGB 250 210 218 -
CMYK 0 0.16 0.13 0.02
HSL 348º 0.8% 0.9% -
HSV(B) 348º 0.16% 0.98% -
XYZ 75.13 71.48 76.17 -
YUV 222.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 250 210 218 0 0.16 0.13 0.02 348 0.8 0.9
Hex FA D2 DA 0 10 D 2 15C 50 5A
Octal 372 322 332 0 20 15 2 534 120 132
Binary 11111010 11010010 11011010 0 10000 1101 10 101011100 1010000 1011010

Color Harmonies of #FAD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2DA

Black with #FAD2DA

Text Example


Text Example

White with #FAD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2DA; }

 p { color: rgb(250,210,218); }

 H1.HeaderClassName
 {
   color: #FAD2DA;
 }
 .AnyTagClassName
 {
   color: #FAD2DA;
 }
</style>

background-color css

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

 a { background-color: rgb(250,210,218); }

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

border-color css

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

 span { border-color: rgb(250,210,218); }

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