Html Css Color HEX #FAAEEC Lavender Rose

📋 copy color: '#FAAEEC'

red 250 ◦ green 174 ◦ blue 236

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

Shades of Lavender Rose #FAAEEC

Tints of Lavender Rose #FAAEEC

RGB

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

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

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

R = 37.88%
G = 26.36%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAAEEC (or 0xFAAEEC) is known color: Lavender Rose. HEX triplet: FA, AE and EC. RGB value is (250,174,236). Sum of RGB (Red+Green+Blue) = 250+174+236=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEEC is #055113. Grayscale: #CBCBCB. Windows color (decimal): -348436 or 15511290. OLE color: 15511290.

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

Color convert

RGB 250 174 236 -
CMYK 0 0.30 0.06 0.02
HSL 311.05º 0.88% 0.83% -
HSV(B) 311.05º 0.3% 0.98% -
XYZ 69.7 56.65 86.62 -
YUV 203.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 250 174 236 0 0.30 0.06 0.02 311.05 0.88 0.83
Hex FA AE EC 0 1E 6 2 137 58 53
Octal 372 256 354 0 36 6 2 467 130 123
Binary 11111010 10101110 11101100 0 11110 110 10 100110111 1011000 1010011

Color Harmonies of #FAAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEEC

Black with #FAAEEC

Text Example


Text Example

White with #FAAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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