Html Css Color HEX #FAACE5 Lavender Rose

📋 copy color: '#FAACE5'

red 250 ◦ green 172 ◦ blue 229

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

Shades of Lavender Rose #FAACE5

Tints of Lavender Rose #FAACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.42%

 BLUE value IS 229 (89.84% from 255) = 35.18%

R = 38.4%
G = 26.42%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAACE5 (or 0xFAACE5) is known color: Lavender Rose. HEX triplet: FA, AC and E5. RGB value is (250,172,229). Sum of RGB (Red+Green+Blue) = 250+172+229=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACE5 is #05531A. Grayscale: #C9C9C9. Windows color (decimal): -348955 or 15052026. OLE color: 15052026.

HSL color Cylindrical-coordinate representation of color #FAACE5: hue angle of 316.15º degrees, saturation: 0.89, 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 #FAACE5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 229 -
CMYK 0 0.31 0.08 0.02
HSL 316.15º 0.89% 0.83% -
HSV(B) 316.15º 0.31% 0.98% -
XYZ 68.32 55.49 81.24 -
YUV 201.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 250 172 229 0 0.31 0.08 0.02 316.15 0.89 0.83
Hex FA AC E5 0 1F 8 2 13C 59 53
Octal 372 254 345 0 37 10 2 474 131 123
Binary 11111010 10101100 11100101 0 11111 1000 10 100111100 1011001 1010011

Color Harmonies of #FAACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACE5

Black with #FAACE5

Text Example


Text Example

White with #FAACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACE5; }

 p { color: rgb(250,172,229); }

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

background-color css

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

 a { background-color: rgb(250,172,229); }

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

border-color css

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

 span { border-color: rgb(250,172,229); }

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