Html Css Color HEX #F2A6E7 Lavender Rose

📋 copy color: '#F2A6E7'

red 242 ◦ green 166 ◦ blue 231

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

Shades of Lavender Rose #F2A6E7

Tints of Lavender Rose #F2A6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 37.87%
G = 25.98%
B = 36.15%

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

#F2A6E7 (or 0xF2A6E7) is known color: Lavender Rose. HEX triplet: F2, A6 and E7. RGB value is (242,166,231). Sum of RGB (Red+Green+Blue) = 242+166+231=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A6E7 is #0D5918. Grayscale: #C3C3C3. Windows color (decimal): -874777 or 15181554. OLE color: 15181554.

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

Color convert

RGB 242 166 231 -
CMYK 0 0.31 0.05 0.05
HSL 308.68º 0.75% 0.8% -
HSV(B) 308.68º 0.31% 0.95% -
XYZ 64.68 51.92 82.21 -
YUV 196.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 242 166 231 0 0.31 0.05 0.05 308.68 0.75 0.8
Hex F2 A6 E7 0 1F 5 5 135 4B 50
Octal 362 246 347 0 37 5 5 465 113 120
Binary 11110010 10100110 11100111 0 11111 101 101 100110101 1001011 1010000

Color Harmonies of #F2A6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A6E7

Black with #F2A6E7

Text Example


Text Example

White with #F2A6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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