Html Css Color HEX #FAAEFC Lavender Rose

📋 copy color: '#FAAEFC'

red 250 ◦ green 174 ◦ blue 252

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

Shades of Lavender Rose #FAAEFC

Tints of Lavender Rose #FAAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 36.98%
G = 25.74%
B = 37.28%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAAEFC (or 0xFAAEFC) is known color: Lavender Rose. HEX triplet: FA, AE and FC. RGB value is (250,174,252). Sum of RGB (Red+Green+Blue) = 250+174+252=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 174 (68.36% from 255 or 25.74% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEFC is #055103. Grayscale: #CDCDCD. Windows color (decimal): -348420 or 16559866. OLE color: 16559866.

HSL color Cylindrical-coordinate representation of color #FAAEFC: hue angle of 298.46º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAAEFC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 174 252 -
CMYK 0.01 0.31 0 0.01
HSL 298.46º 0.93% 0.84% -
HSV(B) 298.46º 0.31% 0.99% -
XYZ 72.13 57.62 99.42 -
YUV 205.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 250 174 252 0.01 0.31 0 0.01 298.46 0.93 0.84
Hex FA AE FC 1 1F 0 1 12A 5D 54
Octal 372 256 374 1 37 0 1 452 135 124
Binary 11111010 10101110 11111100 1 11111 0 1 100101010 1011101 1010100

Color Harmonies of #FAAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEFC

Black with #FAAEFC

Text Example


Text Example

White with #FAAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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