Html Css Color HEX #F2ACEC Lavender Rose

📋 copy color: '#F2ACEC'

red 242 ◦ green 172 ◦ blue 236

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

Shades of Lavender Rose #F2ACEC

Tints of Lavender Rose #F2ACEC

RGB

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

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

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

R = 37.23%
G = 26.46%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2ACEC (or 0xF2ACEC) is known color: Lavender Rose. HEX triplet: F2, AC and EC. RGB value is (242,172,236). Sum of RGB (Red+Green+Blue) = 242+172+236=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACEC is #0D5313. Grayscale: #C8C8C8. Windows color (decimal): -873236 or 15510770. OLE color: 15510770.

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

Color convert

RGB 242 172 236 -
CMYK 0 0.29 0.02 0.05
HSL 305.14º 0.73% 0.81% -
HSV(B) 305.14º 0.29% 0.95% -
XYZ 66.51 54.44 86.36 -
YUV 200.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 242 172 236 0 0.29 0.02 0.05 305.14 0.73 0.81
Hex F2 AC EC 0 1D 2 5 131 49 51
Octal 362 254 354 0 35 2 5 461 111 121
Binary 11110010 10101100 11101100 0 11101 10 101 100110001 1001001 1010001

Color Harmonies of #F2ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACEC

Black with #F2ACEC

Text Example


Text Example

White with #F2ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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