Html Css Color HEX #F2AECE Lavender Pink

📋 copy color: '#F2AECE'

red 242 ◦ green 174 ◦ blue 206

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

Shades of Lavender Pink #F2AECE

Tints of Lavender Pink #F2AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.12%

R = 38.91%
G = 27.97%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2AECE (or 0xF2AECE) is known color: Lavender Pink. HEX triplet: F2, AE and CE. RGB value is (242,174,206). Sum of RGB (Red+Green+Blue) = 242+174+206=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AECE is #0D5131. Grayscale: #C5C5C5. Windows color (decimal): -872754 or 13545202. OLE color: 13545202.

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

Color convert

RGB 242 174 206 -
CMYK 0 0.28 0.15 0.05
HSL 331.76º 0.72% 0.82% -
HSV(B) 331.76º 0.28% 0.95% -
XYZ 62.89 53.61 65.42 -
YUV 197.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 242 174 206 0 0.28 0.15 0.05 331.76 0.72 0.82
Hex F2 AE CE 0 1C F 5 14C 48 52
Octal 362 256 316 0 34 17 5 514 110 122
Binary 11110010 10101110 11001110 0 11100 1111 101 101001100 1001000 1010010

Color Harmonies of #F2AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AECE

Black with #F2AECE

Text Example


Text Example

White with #F2AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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