Html Css Color HEX #F2A2D9 Lavender Rose

📋 copy color: '#F2A2D9'

red 242 ◦ green 162 ◦ blue 217

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

Shades of Lavender Rose #F2A2D9

Tints of Lavender Rose #F2A2D9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.09%

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 38.97%
G = 26.09%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2A2D9 (or 0xF2A2D9) is known color: Lavender Rose. HEX triplet: F2, A2 and D9. RGB value is (242,162,217). Sum of RGB (Red+Green+Blue) = 242+162+217=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2D9 is #0D5D26. Grayscale: #C0C0C0. Windows color (decimal): -875815 or 14263026. OLE color: 14263026.

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

Color convert

RGB 242 162 217 -
CMYK 0 0.33 0.10 0.05
HSL 318.75º 0.75% 0.79% -
HSV(B) 318.75º 0.33% 0.95% -
XYZ 62.06 49.73 71.97 -
YUV 192.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 242 162 217 0 0.33 0.10 0.05 318.75 0.75 0.79
Hex F2 A2 D9 0 21 A 5 13F 4B 4F
Octal 362 242 331 0 41 12 5 477 113 117
Binary 11110010 10100010 11011001 0 100001 1010 101 100111111 1001011 1001111

Color Harmonies of #F2A2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A2D9

Black with #F2A2D9

Text Example


Text Example

White with #F2A2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A2D9; }

 p { color: rgb(242,162,217); }

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

background-color css

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

 a { background-color: rgb(242,162,217); }

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

border-color css

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

 span { border-color: rgb(242,162,217); }

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