Html Css Color HEX #F0ACEC Lavender Rose

📋 copy color: '#F0ACEC'

red 240 ◦ green 172 ◦ blue 236

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

Shades of Lavender Rose #F0ACEC

Tints of Lavender Rose #F0ACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 37.04%
G = 26.54%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0ACEC (or 0xF0ACEC) is known color: Lavender Rose. HEX triplet: F0, AC and EC. RGB value is (240,172,236). Sum of RGB (Red+Green+Blue) = 240+172+236=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACEC is #0F5313. Grayscale: #C7C7C7. Windows color (decimal): -1004308 or 15510768. OLE color: 15510768.

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

Color convert

RGB 240 172 236 -
CMYK 0 0.28 0.02 0.06
HSL 303.53º 0.69% 0.81% -
HSV(B) 303.53º 0.28% 0.94% -
XYZ 65.83 54.09 86.33 -
YUV 199.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 240 172 236 0 0.28 0.02 0.06 303.53 0.69 0.81
Hex F0 AC EC 0 1C 2 6 130 45 51
Octal 360 254 354 0 34 2 6 460 105 121
Binary 11110000 10101100 11101100 0 11100 10 110 100110000 1000101 1010001

Color Harmonies of #F0ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACEC

Black with #F0ACEC

Text Example


Text Example

White with #F0ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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