Html Css Color HEX #F2AECC Lavender Pink

📋 copy color: '#F2AECC'

red 242 ◦ green 174 ◦ blue 204

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

Shades of Lavender Pink #F2AECC

Tints of Lavender Pink #F2AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.06%

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 39.03%
G = 28.06%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2AECC (or 0xF2AECC) is known color: Lavender Pink. HEX triplet: F2, AE and CC. RGB value is (242,174,204). Sum of RGB (Red+Green+Blue) = 242+174+204=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AECC is #0D5133. Grayscale: #C5C5C5. Windows color (decimal): -872756 or 13414130. OLE color: 13414130.

HSL color Cylindrical-coordinate representation of color #F2AECC: hue angle of 333.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AECC is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 174 204 -
CMYK 0 0.28 0.16 0.05
HSL 333.53º 0.72% 0.82% -
HSV(B) 333.53º 0.28% 0.95% -
XYZ 62.65 53.51 64.15 -
YUV 197.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 242 174 204 0 0.28 0.16 0.05 333.53 0.72 0.82
Hex F2 AE CC 0 1C 10 5 14E 48 52
Octal 362 256 314 0 34 20 5 516 110 122
Binary 11110010 10101110 11001100 0 11100 10000 101 101001110 1001000 1010010

Color Harmonies of #F2AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AECC

Black with #F2AECC

Text Example


Text Example

White with #F2AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AECC; }

 p { color: rgb(242,174,204); }

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

background-color css

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

 a { background-color: rgb(242,174,204); }

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

border-color css

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

 span { border-color: rgb(242,174,204); }

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