Html Css Color HEX #F2A4E6 Lavender Rose

📋 copy color: '#F2A4E6'

red 242 ◦ green 164 ◦ blue 230

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

Shades of Lavender Rose #F2A4E6

Tints of Lavender Rose #F2A4E6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.79%

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 38.05%
G = 25.79%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2A4E6 (or 0xF2A4E6) is known color: Lavender Rose. HEX triplet: F2, A4 and E6. RGB value is (242,164,230). Sum of RGB (Red+Green+Blue) = 242+164+230=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A4E6 is #0D5B19. Grayscale: #C2C2C2. Windows color (decimal): -875290 or 15115506. OLE color: 15115506.

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

Color convert

RGB 242 164 230 -
CMYK 0 0.32 0.05 0.05
HSL 309.23º 0.75% 0.8% -
HSV(B) 309.23º 0.32% 0.95% -
XYZ 64.18 51.14 81.35 -
YUV 194.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 242 164 230 0 0.32 0.05 0.05 309.23 0.75 0.8
Hex F2 A4 E6 0 20 5 5 135 4B 50
Octal 362 244 346 0 40 5 5 465 113 120
Binary 11110010 10100100 11100110 0 100000 101 101 100110101 1001011 1010000

Color Harmonies of #F2A4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A4E6

Black with #F2A4E6

Text Example


Text Example

White with #F2A4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A4E6; }

 p { color: rgb(242,164,230); }

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

background-color css

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

 a { background-color: rgb(242,164,230); }

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

border-color css

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

 span { border-color: rgb(242,164,230); }

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