Html Css Color HEX #FAAEDA Lavender Pink

📋 copy color: '#FAAEDA'

red 250 ◦ green 174 ◦ blue 218

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

Shades of Lavender Pink #FAAEDA

Tints of Lavender Pink #FAAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.1%

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

R = 38.94%
G = 27.1%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAAEDA (or 0xFAAEDA) is known color: Lavender Pink. HEX triplet: FA, AE and DA. RGB value is (250,174,218). Sum of RGB (Red+Green+Blue) = 250+174+218=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEDA is #055125. Grayscale: #C9C9C9. Windows color (decimal): -348454 or 14331642. OLE color: 14331642.

HSL color Cylindrical-coordinate representation of color #FAAEDA: hue angle of 325.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEDA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 218 -
CMYK 0 0.30 0.13 0.02
HSL 325.26º 0.88% 0.83% -
HSV(B) 325.26º 0.3% 0.98% -
XYZ 67.22 55.66 73.53 -
YUV 201.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 250 174 218 0 0.30 0.13 0.02 325.26 0.88 0.83
Hex FA AE DA 0 1E D 2 145 58 53
Octal 372 256 332 0 36 15 2 505 130 123
Binary 11111010 10101110 11011010 0 11110 1101 10 101000101 1011000 1010011

Color Harmonies of #FAAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEDA

Black with #FAAEDA

Text Example


Text Example

White with #FAAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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