Html Css Color HEX #F2A2EB Lavender Rose

📋 copy color: '#F2A2EB'

red 242 ◦ green 162 ◦ blue 235

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

Shades of Lavender Rose #F2A2EB

Tints of Lavender Rose #F2A2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.35%

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 37.87%
G = 25.35%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2A2EB (or 0xF2A2EB) is known color: Lavender Rose. HEX triplet: F2, A2 and EB. RGB value is (242,162,235). Sum of RGB (Red+Green+Blue) = 242+162+235=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A2EB is #0D5D14. Grayscale: #C2C2C2. Windows color (decimal): -875797 or 15442674. OLE color: 15442674.

HSL color Cylindrical-coordinate representation of color #F2A2EB: hue angle of 305.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A2EB is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 235 -
CMYK 0 0.33 0.03 0.05
HSL 305.25º 0.75% 0.79% -
HSV(B) 305.25º 0.33% 0.95% -
XYZ 64.53 50.72 84.99 -
YUV 194.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 242 162 235 0 0.33 0.03 0.05 305.25 0.75 0.79
Hex F2 A2 EB 0 21 3 5 131 4B 4F
Octal 362 242 353 0 41 3 5 461 113 117
Binary 11110010 10100010 11101011 0 100001 11 101 100110001 1001011 1001111

Color Harmonies of #F2A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A2EB

Black with #F2A2EB

Text Example


Text Example

White with #F2A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A2EB; }

 p { color: rgb(242,162,235); }

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

background-color css

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

 a { background-color: rgb(242,162,235); }

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

border-color css

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

 span { border-color: rgb(242,162,235); }

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