Html Css Color HEX #FAAEDB Lavender Pink

📋 copy color: '#FAAEDB'

red 250 ◦ green 174 ◦ blue 219

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

Shades of Lavender Pink #FAAEDB

Tints of Lavender Pink #FAAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 38.88%
G = 27.06%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAAEDB (or 0xFAAEDB) is known color: Lavender Pink. HEX triplet: FA, AE and DB. RGB value is (250,174,219). Sum of RGB (Red+Green+Blue) = 250+174+219=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEDB is #055124. Grayscale: #C9C9C9. Windows color (decimal): -348453 or 14397178. OLE color: 14397178.

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

Color convert

RGB 250 174 219 -
CMYK 0 0.30 0.12 0.02
HSL 324.47º 0.88% 0.83% -
HSV(B) 324.47º 0.3% 0.98% -
XYZ 67.35 55.71 74.22 -
YUV 201.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 250 174 219 0 0.30 0.12 0.02 324.47 0.88 0.83
Hex FA AE DB 0 1E C 2 144 58 53
Octal 372 256 333 0 36 14 2 504 130 123
Binary 11111010 10101110 11011011 0 11110 1100 10 101000100 1011000 1010011

Color Harmonies of #FAAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEDB

Black with #FAAEDB

Text Example


Text Example

White with #FAAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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