Html Css Color HEX #F2A6E5 Lavender Rose

📋 copy color: '#F2A6E5'

red 242 ◦ green 166 ◦ blue 229

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

Shades of Lavender Rose #F2A6E5

Tints of Lavender Rose #F2A6E5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.06%

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 37.99%
G = 26.06%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2A6E5 (or 0xF2A6E5) is known color: Lavender Rose. HEX triplet: F2, A6 and E5. RGB value is (242,166,229). Sum of RGB (Red+Green+Blue) = 242+166+229=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6E5 is #0D591A. Grayscale: #C3C3C3. Windows color (decimal): -874779 or 15050482. OLE color: 15050482.

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

Color convert

RGB 242 166 229 -
CMYK 0 0.31 0.05 0.05
HSL 310.26º 0.75% 0.8% -
HSV(B) 310.26º 0.31% 0.95% -
XYZ 64.4 51.81 80.73 -
YUV 195.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 242 166 229 0 0.31 0.05 0.05 310.26 0.75 0.8
Hex F2 A6 E5 0 1F 5 5 136 4B 50
Octal 362 246 345 0 37 5 5 466 113 120
Binary 11110010 10100110 11100101 0 11111 101 101 100110110 1001011 1010000

Color Harmonies of #F2A6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A6E5

Black with #F2A6E5

Text Example


Text Example

White with #F2A6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A6E5; }

 p { color: rgb(242,166,229); }

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

background-color css

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

 a { background-color: rgb(242,166,229); }

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

border-color css

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

 span { border-color: rgb(242,166,229); }

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