Html Css Color HEX #F2AEDA Lavender Pink

📋 copy color: '#F2AEDA'

red 242 ◦ green 174 ◦ blue 218

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

Shades of Lavender Pink #F2AEDA

Tints of Lavender Pink #F2AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 38.17%
G = 27.44%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2AEDA (or 0xF2AEDA) is known color: Lavender Pink. HEX triplet: F2, AE and DA. RGB value is (242,174,218). Sum of RGB (Red+Green+Blue) = 242+174+218=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEDA is #0D5125. Grayscale: #C7C7C7. Windows color (decimal): -872742 or 14331634. OLE color: 14331634.

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

Color convert

RGB 242 174 218 -
CMYK 0 0.28 0.10 0.05
HSL 321.18º 0.72% 0.82% -
HSV(B) 321.18º 0.28% 0.95% -
XYZ 64.41 54.21 73.4 -
YUV 199.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 242 174 218 0 0.28 0.10 0.05 321.18 0.72 0.82
Hex F2 AE DA 0 1C A 5 141 48 52
Octal 362 256 332 0 34 12 5 501 110 122
Binary 11110010 10101110 11011010 0 11100 1010 101 101000001 1001000 1010010

Color Harmonies of #F2AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AEDA

Black with #F2AEDA

Text Example


Text Example

White with #F2AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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