Html Css Color HEX #FAAAEA Lavender Rose

📋 copy color: '#FAAAEA'

red 250 ◦ green 170 ◦ blue 234

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

Shades of Lavender Rose #FAAAEA

Tints of Lavender Rose #FAAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.99%

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

R = 38.23%
G = 25.99%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAAAEA (or 0xFAAAEA) is known color: Lavender Rose. HEX triplet: FA, AA and EA. RGB value is (250,170,234). Sum of RGB (Red+Green+Blue) = 250+170+234=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAEA is #055515. Grayscale: #C9C9C9. Windows color (decimal): -349462 or 15379194. OLE color: 15379194.

HSL color Cylindrical-coordinate representation of color #FAAAEA: hue angle of 312º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAEA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 234 -
CMYK 0 0.32 0.06 0.02
HSL 312º 0.89% 0.82% -
HSV(B) 312º 0.32% 0.98% -
XYZ 68.65 55.01 84.84 -
YUV 201.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 250 170 234 0 0.32 0.06 0.02 312 0.89 0.82
Hex FA AA EA 0 20 6 2 138 59 52
Octal 372 252 352 0 40 6 2 470 131 122
Binary 11111010 10101010 11101010 0 100000 110 10 100111000 1011001 1010010

Color Harmonies of #FAAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAEA

Black with #FAAAEA

Text Example


Text Example

White with #FAAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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