Html Css Color HEX #FAAEFB Lavender Rose

📋 copy color: '#FAAEFB'

red 250 ◦ green 174 ◦ blue 251

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

Shades of Lavender Rose #FAAEFB

Tints of Lavender Rose #FAAEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.19%

R = 37.04%
G = 25.78%
B = 37.19%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAAEFB (or 0xFAAEFB) is known color: Lavender Rose. HEX triplet: FA, AE and FB. RGB value is (250,174,251). Sum of RGB (Red+Green+Blue) = 250+174+251=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 174 (68.36% from 255 or 25.78% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAAEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEFB is #055104. Grayscale: #CDCDCD. Windows color (decimal): -348421 or 16494330. OLE color: 16494330.

HSL color Cylindrical-coordinate representation of color #FAAEFB: hue angle of 299.22º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAAEFB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 251 -
CMYK 0.00 0.31 0 0.02
HSL 299.22º 0.91% 0.83% -
HSV(B) 299.22º 0.31% 0.98% -
XYZ 71.97 57.56 98.58 -
YUV 205.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 250 174 251 0.00 0.31 0 0.02 299.22 0.91 0.83
Hex FA AE FB 0 1F 0 2 12B 5B 53
Octal 372 256 373 0 37 0 2 453 133 123
Binary 11111010 10101110 11111011 0 11111 0 10 100101011 1011011 1010011

Color Harmonies of #FAAEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEFB

Black with #FAAEFB

Text Example


Text Example

White with #FAAEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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