Html Css Color HEX #F2A1EB Lavender Rose

📋 copy color: '#F2A1EB'

red 242 ◦ green 161 ◦ blue 235

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

Shades of Lavender Rose #F2A1EB

Tints of Lavender Rose #F2A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.24%

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

R = 37.93%
G = 25.24%
B = 36.83%

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

#F2A1EB (or 0xF2A1EB) is known color: Lavender Rose. HEX triplet: F2, A1 and EB. RGB value is (242,161,235). Sum of RGB (Red+Green+Blue) = 242+161+235=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1EB is #0D5E14. Grayscale: #C1C1C1. Windows color (decimal): -876053 or 15442418. OLE color: 15442418.

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

Color convert

RGB 242 161 235 -
CMYK 0 0.33 0.03 0.05
HSL 305.19º 0.76% 0.79% -
HSV(B) 305.19º 0.33% 0.95% -
XYZ 64.36 50.37 84.93 -
YUV 193.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 242 161 235 0 0.33 0.03 0.05 305.19 0.76 0.79
Hex F2 A1 EB 0 21 3 5 131 4C 4F
Octal 362 241 353 0 41 3 5 461 114 117
Binary 11110010 10100001 11101011 0 100001 11 101 100110001 1001100 1001111

Color Harmonies of #F2A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1EB

Black with #F2A1EB

Text Example


Text Example

White with #F2A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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