Html Css Color HEX #F2A5E2 Lavender Rose

📋 copy color: '#F2A5E2'

red 242 ◦ green 165 ◦ blue 226

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

Shades of Lavender Rose #F2A5E2

Tints of Lavender Rose #F2A5E2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.07%

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 38.23%
G = 26.07%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2A5E2 (or 0xF2A5E2) is known color: Lavender Rose. HEX triplet: F2, A5 and E2. RGB value is (242,165,226). Sum of RGB (Red+Green+Blue) = 242+165+226=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5E2 is #0D5A1D. Grayscale: #C2C2C2. Windows color (decimal): -875038 or 14853618. OLE color: 14853618.

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

Color convert

RGB 242 165 226 -
CMYK 0 0.32 0.07 0.05
HSL 312.47º 0.75% 0.8% -
HSV(B) 312.47º 0.32% 0.95% -
XYZ 63.8 51.28 78.49 -
YUV 194.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 242 165 226 0 0.32 0.07 0.05 312.47 0.75 0.8
Hex F2 A5 E2 0 20 7 5 138 4B 50
Octal 362 245 342 0 40 7 5 470 113 120
Binary 11110010 10100101 11100010 0 100000 111 101 100111000 1001011 1010000

Color Harmonies of #F2A5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A5E2

Black with #F2A5E2

Text Example


Text Example

White with #F2A5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A5E2; }

 p { color: rgb(242,165,226); }

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

background-color css

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

 a { background-color: rgb(242,165,226); }

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

border-color css

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

 span { border-color: rgb(242,165,226); }

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