Html Css Color HEX #F2ACEF Lavender Rose

📋 copy color: '#F2ACEF'

red 242 ◦ green 172 ◦ blue 239

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

Shades of Lavender Rose #F2ACEF

Tints of Lavender Rose #F2ACEF

RGB

 RED value IS 242 (94.92% from 255) = 37.06%

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

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 37.06%
G = 26.34%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2ACEF (or 0xF2ACEF) is known color: Lavender Rose. HEX triplet: F2, AC and EF. RGB value is (242,172,239). Sum of RGB (Red+Green+Blue) = 242+172+239=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACEF is #0D5310. Grayscale: #C8C8C8. Windows color (decimal): -873233 or 15707378. OLE color: 15707378.

HSL color Cylindrical-coordinate representation of color #F2ACEF: hue angle of 302.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACEF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 239 -
CMYK 0 0.29 0.01 0.05
HSL 302.57º 0.73% 0.81% -
HSV(B) 302.57º 0.29% 0.95% -
XYZ 66.95 54.61 88.67 -
YUV 200.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 242 172 239 0 0.29 0.01 0.05 302.57 0.73 0.81
Hex F2 AC EF 0 1D 1 5 12F 49 51
Octal 362 254 357 0 35 1 5 457 111 121
Binary 11110010 10101100 11101111 0 11101 1 101 100101111 1001001 1010001

Color Harmonies of #F2ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACEF

Black with #F2ACEF

Text Example


Text Example

White with #F2ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACEF; }

 p { color: rgb(242,172,239); }

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

background-color css

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

 a { background-color: rgb(242,172,239); }

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

border-color css

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

 span { border-color: rgb(242,172,239); }

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