Html Css Color HEX #F0ACE5 Lavender Rose

📋 copy color: '#F0ACE5'

red 240 ◦ green 172 ◦ blue 229

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

Shades of Lavender Rose #F0ACE5

Tints of Lavender Rose #F0ACE5

RGB

 RED value IS 240 (94.14% from 255) = 37.44%

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 37.44%
G = 26.83%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0ACE5 (or 0xF0ACE5) is known color: Lavender Rose. HEX triplet: F0, AC and E5. RGB value is (240,172,229). Sum of RGB (Red+Green+Blue) = 240+172+229=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACE5 is #0F531A. Grayscale: #C6C6C6. Windows color (decimal): -1004315 or 15052016. OLE color: 15052016.

HSL color Cylindrical-coordinate representation of color #F0ACE5: hue angle of 309.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACE5 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 229 -
CMYK 0 0.28 0.05 0.06
HSL 309.71º 0.69% 0.81% -
HSV(B) 309.71º 0.28% 0.94% -
XYZ 64.83 53.69 81.07 -
YUV 198.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 240 172 229 0 0.28 0.05 0.06 309.71 0.69 0.81
Hex F0 AC E5 0 1C 5 6 136 45 51
Octal 360 254 345 0 34 5 6 466 105 121
Binary 11110000 10101100 11100101 0 11100 101 110 100110110 1000101 1010001

Color Harmonies of #F0ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACE5

Black with #F0ACE5

Text Example


Text Example

White with #F0ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACE5; }

 p { color: rgb(240,172,229); }

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

background-color css

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

 a { background-color: rgb(240,172,229); }

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

border-color css

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

 span { border-color: rgb(240,172,229); }

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