Html Css Color HEX #F9ACE0 Lavender Rose

📋 copy color: '#F9ACE0'

red 249 ◦ green 172 ◦ blue 224

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

Shades of Lavender Rose #F9ACE0

Tints of Lavender Rose #F9ACE0

RGB

 RED value IS 249 (97.66% from 255) = 38.6%

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

 BLUE value IS 224 (87.89% from 255) = 34.73%

R = 38.6%
G = 26.67%
B = 34.73%

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

#F9ACE0 (or 0xF9ACE0) is known color: Lavender Rose. HEX triplet: F9, AC and E0. RGB value is (249,172,224). Sum of RGB (Red+Green+Blue) = 249+172+224=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACE0 is #06531F. Grayscale: #C8C8C8. Windows color (decimal): -414496 or 14724345. OLE color: 14724345.

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

Color convert

RGB 249 172 224 -
CMYK 0 0.31 0.10 0.02
HSL 319.48º 0.87% 0.83% -
HSV(B) 319.48º 0.31% 0.98% -
XYZ 67.27 55.03 77.6 -
YUV 200.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 249 172 224 0 0.31 0.10 0.02 319.48 0.87 0.83
Hex F9 AC E0 0 1F A 2 13F 57 53
Octal 371 254 340 0 37 12 2 477 127 123
Binary 11111001 10101100 11100000 0 11111 1010 10 100111111 1010111 1010011

Color Harmonies of #F9ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACE0

Black with #F9ACE0

Text Example


Text Example

White with #F9ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACE0; }

 p { color: rgb(249,172,224); }

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

background-color css

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

 a { background-color: rgb(249,172,224); }

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

border-color css

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

 span { border-color: rgb(249,172,224); }

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