Html Css Color HEX #F2ACE9 Lavender Rose

📋 copy color: '#F2ACE9'

red 242 ◦ green 172 ◦ blue 233

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

Shades of Lavender Rose #F2ACE9

Tints of Lavender Rose #F2ACE9

RGB

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

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

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

R = 37.4%
G = 26.58%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2ACE9 (or 0xF2ACE9) is known color: Lavender Rose. HEX triplet: F2, AC and E9. RGB value is (242,172,233). Sum of RGB (Red+Green+Blue) = 242+172+233=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACE9 is #0D5316. Grayscale: #C7C7C7. Windows color (decimal): -873239 or 15314162. OLE color: 15314162.

HSL color Cylindrical-coordinate representation of color #F2ACE9: hue angle of 307.71º 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 #F2ACE9 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 233 -
CMYK 0 0.29 0.04 0.05
HSL 307.71º 0.73% 0.81% -
HSV(B) 307.71º 0.29% 0.95% -
XYZ 66.08 54.27 84.08 -
YUV 199.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 242 172 233 0 0.29 0.04 0.05 307.71 0.73 0.81
Hex F2 AC E9 0 1D 4 5 134 49 51
Octal 362 254 351 0 35 4 5 464 111 121
Binary 11110010 10101100 11101001 0 11101 100 101 100110100 1001001 1010001

Color Harmonies of #F2ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACE9

Black with #F2ACE9

Text Example


Text Example

White with #F2ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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