Html Css Color HEX #F5ACE9 Lavender Rose

📋 copy color: '#F5ACE9'

red 245 ◦ green 172 ◦ blue 233

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

Shades of Lavender Rose #F5ACE9

Tints of Lavender Rose #F5ACE9

RGB

 RED value IS 245 (96.09% from 255) = 37.69%

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

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 37.69%
G = 26.46%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F5ACE9 (or 0xF5ACE9) is known color: Lavender Rose. HEX triplet: F5, AC and E9. RGB value is (245,172,233). Sum of RGB (Red+Green+Blue) = 245+172+233=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACE9 is #0A5316. Grayscale: #C8C8C8. Windows color (decimal): -676631 or 15314165. OLE color: 15314165.

HSL color Cylindrical-coordinate representation of color #F5ACE9: hue angle of 309.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACE9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 172 233 -
CMYK 0 0.30 0.05 0.04
HSL 309.86º 0.78% 0.82% -
HSV(B) 309.86º 0.3% 0.96% -
XYZ 67.12 54.8 84.13 -
YUV 200.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 245 172 233 0 0.30 0.05 0.04 309.86 0.78 0.82
Hex F5 AC E9 0 1E 5 4 136 4E 52
Octal 365 254 351 0 36 5 4 466 116 122
Binary 11110101 10101100 11101001 0 11110 101 100 100110110 1001110 1010010

Color Harmonies of #F5ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACE9

Black with #F5ACE9

Text Example


Text Example

White with #F5ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACE9; }

 p { color: rgb(245,172,233); }

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

background-color css

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

 a { background-color: rgb(245,172,233); }

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

border-color css

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

 span { border-color: rgb(245,172,233); }

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