Html Css Color HEX #F2AECD Lavender Pink

📋 copy color: '#F2AECD'

red 242 ◦ green 174 ◦ blue 205

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

Shades of Lavender Pink #F2AECD

Tints of Lavender Pink #F2AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.01%

R = 38.97%
G = 28.02%
B = 33.01%

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

#F2AECD (or 0xF2AECD) is known color: Lavender Pink. HEX triplet: F2, AE and CD. RGB value is (242,174,205). Sum of RGB (Red+Green+Blue) = 242+174+205=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AECD is #0D5132. Grayscale: #C5C5C5. Windows color (decimal): -872755 or 13479666. OLE color: 13479666.

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

Color convert

RGB 242 174 205 -
CMYK 0 0.28 0.15 0.05
HSL 332.65º 0.72% 0.82% -
HSV(B) 332.65º 0.28% 0.95% -
XYZ 62.77 53.56 64.79 -
YUV 197.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 242 174 205 0 0.28 0.15 0.05 332.65 0.72 0.82
Hex F2 AE CD 0 1C F 5 14D 48 52
Octal 362 256 315 0 34 17 5 515 110 122
Binary 11110010 10101110 11001101 0 11100 1111 101 101001101 1001000 1010010

Color Harmonies of #F2AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AECD

Black with #F2AECD

Text Example


Text Example

White with #F2AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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