Html Css Color HEX #FAACE1 Lavender Rose

📋 copy color: '#FAACE1'

red 250 ◦ green 172 ◦ blue 225

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

Shades of Lavender Rose #FAACE1

Tints of Lavender Rose #FAACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.78%

R = 38.64%
G = 26.58%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAACE1 (or 0xFAACE1) is known color: Lavender Rose. HEX triplet: FA, AC and E1. RGB value is (250,172,225). Sum of RGB (Red+Green+Blue) = 250+172+225=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACE1 is #05531E. Grayscale: #C9C9C9. Windows color (decimal): -348959 or 14789882. OLE color: 14789882.

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

Color convert

RGB 250 172 225 -
CMYK 0 0.31 0.10 0.02
HSL 319.23º 0.89% 0.83% -
HSV(B) 319.23º 0.31% 0.98% -
XYZ 67.77 55.27 78.33 -
YUV 201.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 250 172 225 0 0.31 0.10 0.02 319.23 0.89 0.83
Hex FA AC E1 0 1F A 2 13F 59 53
Octal 372 254 341 0 37 12 2 477 131 123
Binary 11111010 10101100 11100001 0 11111 1010 10 100111111 1011001 1010011

Color Harmonies of #FAACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACE1

Black with #FAACE1

Text Example


Text Example

White with #FAACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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