Html Css Color HEX #F2A4D7 Lavender Rose

📋 copy color: '#F2A4D7'

red 242 ◦ green 164 ◦ blue 215

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

Shades of Lavender Rose #F2A4D7

Tints of Lavender Rose #F2A4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.62%

R = 38.97%
G = 26.41%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2A4D7 (or 0xF2A4D7) is known color: Lavender Rose. HEX triplet: F2, A4 and D7. RGB value is (242,164,215). Sum of RGB (Red+Green+Blue) = 242+164+215=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4D7 is #0D5B28. Grayscale: #C1C1C1. Windows color (decimal): -875305 or 14132466. OLE color: 14132466.

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

Color convert

RGB 242 164 215 -
CMYK 0 0.32 0.11 0.05
HSL 320.77º 0.75% 0.8% -
HSV(B) 320.77º 0.32% 0.95% -
XYZ 62.16 50.33 70.73 -
YUV 193.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 242 164 215 0 0.32 0.11 0.05 320.77 0.75 0.8
Hex F2 A4 D7 0 20 B 5 141 4B 50
Octal 362 244 327 0 40 13 5 501 113 120
Binary 11110010 10100100 11010111 0 100000 1011 101 101000001 1001011 1010000

Color Harmonies of #F2A4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A4D7

Black with #F2A4D7

Text Example


Text Example

White with #F2A4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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