Html Css Color HEX #FAAEEB Lavender Rose

📋 copy color: '#FAAEEB'

red 250 ◦ green 174 ◦ blue 235

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

Shades of Lavender Rose #FAAEEB

Tints of Lavender Rose #FAAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 37.94%
G = 26.4%
B = 35.66%

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

#FAAEEB (or 0xFAAEEB) is known color: Lavender Rose. HEX triplet: FA, AE and EB. RGB value is (250,174,235). Sum of RGB (Red+Green+Blue) = 250+174+235=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEEB is #055114. Grayscale: #CBCBCB. Windows color (decimal): -348437 or 15445754. OLE color: 15445754.

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

Color convert

RGB 250 174 235 -
CMYK 0 0.30 0.06 0.02
HSL 311.84º 0.88% 0.83% -
HSV(B) 311.84º 0.3% 0.98% -
XYZ 69.56 56.59 85.86 -
YUV 203.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 250 174 235 0 0.30 0.06 0.02 311.84 0.88 0.83
Hex FA AE EB 0 1E 6 2 138 58 53
Octal 372 256 353 0 36 6 2 470 130 123
Binary 11111010 10101110 11101011 0 11110 110 10 100111000 1011000 1010011

Color Harmonies of #FAAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEEB

Black with #FAAEEB

Text Example


Text Example

White with #FAAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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