Html Css Color HEX #FAD2EC Classic Rose

📋 copy color: '#FAD2EC'

red 250 ◦ green 210 ◦ blue 236

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

Shades of Classic Rose #FAD2EC

Tints of Classic Rose #FAD2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.91%

R = 35.92%
G = 30.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAD2EC (or 0xFAD2EC) is known color: Classic Rose. HEX triplet: FA, D2 and EC. RGB value is (250,210,236). Sum of RGB (Red+Green+Blue) = 250+210+236=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2EC is #052D13. Grayscale: #E0E0E0. Windows color (decimal): -339220 or 15520506. OLE color: 15520506.

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

Color convert

RGB 250 210 236 -
CMYK 0 0.16 0.06 0.02
HSL 321º 0.8% 0.9% -
HSV(B) 321º 0.16% 0.98% -
XYZ 77.61 72.47 89.26 -
YUV 224.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 250 210 236 0 0.16 0.06 0.02 321 0.8 0.9
Hex FA D2 EC 0 10 6 2 141 50 5A
Octal 372 322 354 0 20 6 2 501 120 132
Binary 11111010 11010010 11101100 0 10000 110 10 101000001 1010000 1011010

Color Harmonies of #FAD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2EC

Black with #FAD2EC

Text Example


Text Example

White with #FAD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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