Html Css Color HEX #FAD2ED Classic Rose

📋 copy color: '#FAD2ED'

red 250 ◦ green 210 ◦ blue 237

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

Shades of Classic Rose #FAD2ED

Tints of Classic Rose #FAD2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34%

R = 35.87%
G = 30.13%
B = 34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAD2ED (or 0xFAD2ED) is known color: Classic Rose. HEX triplet: FA, D2 and ED. RGB value is (250,210,237). Sum of RGB (Red+Green+Blue) = 250+210+237=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2ED is #052D12. Grayscale: #E0E0E0. Windows color (decimal): -339219 or 15586042. OLE color: 15586042.

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

Color convert

RGB 250 210 237 -
CMYK 0 0.16 0.05 0.02
HSL 319.5º 0.8% 0.9% -
HSV(B) 319.5º 0.16% 0.98% -
XYZ 77.76 72.53 90.02 -
YUV 225.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 250 210 237 0 0.16 0.05 0.02 319.5 0.8 0.9
Hex FA D2 ED 0 10 5 2 140 50 5A
Octal 372 322 355 0 20 5 2 500 120 132
Binary 11111010 11010010 11101101 0 10000 101 10 101000000 1010000 1011010

Color Harmonies of #FAD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2ED

Black with #FAD2ED

Text Example


Text Example

White with #FAD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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