Html Css Color HEX #F9ACE1 Lavender Rose

📋 copy color: '#F9ACE1'

red 249 ◦ green 172 ◦ blue 225

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

Shades of Lavender Rose #F9ACE1

Tints of Lavender Rose #F9ACE1

RGB

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

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

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

R = 38.54%
G = 26.63%
B = 34.83%

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

#F9ACE1 (or 0xF9ACE1) is known color: Lavender Rose. HEX triplet: F9, AC and E1. RGB value is (249,172,225). Sum of RGB (Red+Green+Blue) = 249+172+225=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACE1 is #06531E. Grayscale: #C8C8C8. Windows color (decimal): -414495 or 14789881. OLE color: 14789881.

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

Color convert

RGB 249 172 225 -
CMYK 0 0.31 0.10 0.02
HSL 318.7º 0.87% 0.83% -
HSV(B) 318.7º 0.31% 0.98% -
XYZ 67.41 55.08 78.31 -
YUV 201.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 249 172 225 0 0.31 0.10 0.02 318.7 0.87 0.83
Hex F9 AC E1 0 1F A 2 13F 57 53
Octal 371 254 341 0 37 12 2 477 127 123
Binary 11111001 10101100 11100001 0 11111 1010 10 100111111 1010111 1010011

Color Harmonies of #F9ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACE1

Black with #F9ACE1

Text Example


Text Example

White with #F9ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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