Html Css Color HEX #F2A7D7 Lavender Rose

📋 copy color: '#F2A7D7'

red 242 ◦ green 167 ◦ blue 215

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

Shades of Lavender Rose #F2A7D7

Tints of Lavender Rose #F2A7D7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

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

R = 38.78%
G = 26.76%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2A7D7 (or 0xF2A7D7) is known color: Lavender Rose. HEX triplet: F2, A7 and D7. RGB value is (242,167,215). Sum of RGB (Red+Green+Blue) = 242+167+215=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7D7 is #0D5828. Grayscale: #C2C2C2. Windows color (decimal): -874537 or 14133234. OLE color: 14133234.

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

Color convert

RGB 242 167 215 -
CMYK 0 0.31 0.11 0.05
HSL 321.6º 0.74% 0.8% -
HSV(B) 321.6º 0.31% 0.95% -
XYZ 62.7 51.42 70.91 -
YUV 194.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 242 167 215 0 0.31 0.11 0.05 321.6 0.74 0.8
Hex F2 A7 D7 0 1F B 5 142 4A 50
Octal 362 247 327 0 37 13 5 502 112 120
Binary 11110010 10100111 11010111 0 11111 1011 101 101000010 1001010 1010000

Color Harmonies of #F2A7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A7D7

Black with #F2A7D7

Text Example


Text Example

White with #F2A7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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