Html Css Color HEX #F2ACEB Lavender Rose

📋 copy color: '#F2ACEB'

red 242 ◦ green 172 ◦ blue 235

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

Shades of Lavender Rose #F2ACEB

Tints of Lavender Rose #F2ACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.21%

R = 37.29%
G = 26.5%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2ACEB (or 0xF2ACEB) is known color: Lavender Rose. HEX triplet: F2, AC and EB. RGB value is (242,172,235). Sum of RGB (Red+Green+Blue) = 242+172+235=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACEB is #0D5314. Grayscale: #C7C7C7. Windows color (decimal): -873237 or 15445234. OLE color: 15445234.

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

Color convert

RGB 242 172 235 -
CMYK 0 0.29 0.03 0.05
HSL 306º 0.73% 0.81% -
HSV(B) 306º 0.29% 0.95% -
XYZ 66.37 54.38 85.6 -
YUV 200.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 242 172 235 0 0.29 0.03 0.05 306 0.73 0.81
Hex F2 AC EB 0 1D 3 5 132 49 51
Octal 362 254 353 0 35 3 5 462 111 121
Binary 11110010 10101100 11101011 0 11101 11 101 100110010 1001001 1010001

Color Harmonies of #F2ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACEB

Black with #F2ACEB

Text Example


Text Example

White with #F2ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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