Html Css Color HEX #FAD1EA Classic Rose

📋 copy color: '#FAD1EA'

red 250 ◦ green 209 ◦ blue 234

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

Shades of Classic Rose #FAD1EA

Tints of Classic Rose #FAD1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.16%

 BLUE value IS 234 (91.8% from 255) = 33.77%

R = 36.08%
G = 30.16%
B = 33.77%

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

#FAD1EA (or 0xFAD1EA) is known color: Classic Rose. HEX triplet: FA, D1 and EA. RGB value is (250,209,234). Sum of RGB (Red+Green+Blue) = 250+209+234=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1EA is #052E15. Grayscale: #E0E0E0. Windows color (decimal): -339478 or 15389178. OLE color: 15389178.

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

Color convert

RGB 250 209 234 -
CMYK 0 0.16 0.06 0.02
HSL 323.41º 0.8% 0.9% -
HSV(B) 323.41º 0.16% 0.98% -
XYZ 77.08 71.87 87.65 -
YUV 224.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 250 209 234 0 0.16 0.06 0.02 323.41 0.8 0.9
Hex FA D1 EA 0 10 6 2 143 50 5A
Octal 372 321 352 0 20 6 2 503 120 132
Binary 11111010 11010001 11101010 0 10000 110 10 101000011 1010000 1011010

Color Harmonies of #FAD1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1EA

Black with #FAD1EA

Text Example


Text Example

White with #FAD1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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