Html Css Color HEX #F2AEEA Lavender Rose

📋 copy color: '#F2AEEA'

red 242 ◦ green 174 ◦ blue 234

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

Shades of Lavender Rose #F2AEEA

Tints of Lavender Rose #F2AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 37.23%
G = 26.77%
B = 36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2AEEA (or 0xF2AEEA) is known color: Lavender Rose. HEX triplet: F2, AE and EA. RGB value is (242,174,234). Sum of RGB (Red+Green+Blue) = 242+174+234=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AEEA is #0D5115. Grayscale: #C9C9C9. Windows color (decimal): -872726 or 15380210. OLE color: 15380210.

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

Color convert

RGB 242 174 234 -
CMYK 0 0.28 0.03 0.05
HSL 307.06º 0.72% 0.82% -
HSV(B) 307.06º 0.28% 0.95% -
XYZ 66.61 55.09 84.96 -
YUV 201.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 242 174 234 0 0.28 0.03 0.05 307.06 0.72 0.82
Hex F2 AE EA 0 1C 3 5 133 48 52
Octal 362 256 352 0 34 3 5 463 110 122
Binary 11110010 10101110 11101010 0 11100 11 101 100110011 1001000 1010010

Color Harmonies of #F2AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AEEA

Black with #F2AEEA

Text Example


Text Example

White with #F2AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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