Html Css Color HEX #F9ACE4 Lavender Rose

📋 copy color: '#F9ACE4'

red 249 ◦ green 172 ◦ blue 228

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

Shades of Lavender Rose #F9ACE4

Tints of Lavender Rose #F9ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.13%

R = 38.37%
G = 26.5%
B = 35.13%

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

#F9ACE4 (or 0xF9ACE4) is known color: Lavender Rose. HEX triplet: F9, AC and E4. RGB value is (249,172,228). Sum of RGB (Red+Green+Blue) = 249+172+228=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACE4 is #06531B. Grayscale: #C9C9C9. Windows color (decimal): -414492 or 14986489. OLE color: 14986489.

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

Color convert

RGB 249 172 228 -
CMYK 0 0.31 0.08 0.02
HSL 316.36º 0.87% 0.83% -
HSV(B) 316.36º 0.31% 0.98% -
XYZ 67.82 55.25 80.49 -
YUV 201.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 249 172 228 0 0.31 0.08 0.02 316.36 0.87 0.83
Hex F9 AC E4 0 1F 8 2 13C 57 53
Octal 371 254 344 0 37 10 2 474 127 123
Binary 11111001 10101100 11100100 0 11111 1000 10 100111100 1010111 1010011

Color Harmonies of #F9ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACE4

Black with #F9ACE4

Text Example


Text Example

White with #F9ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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