Html Css Color HEX #FAACE8 Lavender Rose

📋 copy color: '#FAACE8'

red 250 ◦ green 172 ◦ blue 232

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

Shades of Lavender Rose #FAACE8

Tints of Lavender Rose #FAACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.47%

R = 38.23%
G = 26.3%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAACE8 (or 0xFAACE8) is known color: Lavender Rose. HEX triplet: FA, AC and E8. RGB value is (250,172,232). Sum of RGB (Red+Green+Blue) = 250+172+232=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACE8 is #055317. Grayscale: #CACACA. Windows color (decimal): -348952 or 15248634. OLE color: 15248634.

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

Color convert

RGB 250 172 232 -
CMYK 0 0.31 0.07 0.02
HSL 313.85º 0.89% 0.83% -
HSV(B) 313.85º 0.31% 0.98% -
XYZ 68.74 55.66 83.46 -
YUV 202.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 250 172 232 0 0.31 0.07 0.02 313.85 0.89 0.83
Hex FA AC E8 0 1F 7 2 13A 59 53
Octal 372 254 350 0 37 7 2 472 131 123
Binary 11111010 10101100 11101000 0 11111 111 10 100111010 1011001 1010011

Color Harmonies of #FAACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACE8

Black with #FAACE8

Text Example


Text Example

White with #FAACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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