Html Css Color HEX #F2ACEE Lavender Rose

📋 copy color: '#F2ACEE'

red 242 ◦ green 172 ◦ blue 238

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

Shades of Lavender Rose #F2ACEE

Tints of Lavender Rose #F2ACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 37.12%
G = 26.38%
B = 36.5%

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

#F2ACEE (or 0xF2ACEE) is known color: Lavender Rose. HEX triplet: F2, AC and EE. RGB value is (242,172,238). Sum of RGB (Red+Green+Blue) = 242+172+238=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACEE is #0D5311. Grayscale: #C8C8C8. Windows color (decimal): -873234 or 15641842. OLE color: 15641842.

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

Color convert

RGB 242 172 238 -
CMYK 0 0.29 0.02 0.05
HSL 303.43º 0.73% 0.81% -
HSV(B) 303.43º 0.29% 0.95% -
XYZ 66.8 54.56 87.9 -
YUV 200.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 242 172 238 0 0.29 0.02 0.05 303.43 0.73 0.81
Hex F2 AC EE 0 1D 2 5 12F 49 51
Octal 362 254 356 0 35 2 5 457 111 121
Binary 11110010 10101100 11101110 0 11101 10 101 100101111 1001001 1010001

Color Harmonies of #F2ACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACEE

Black with #F2ACEE

Text Example


Text Example

White with #F2ACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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