Html Css Color HEX #F2A7E8 Lavender Rose

📋 copy color: '#F2A7E8'

red 242 ◦ green 167 ◦ blue 232

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

Shades of Lavender Rose #F2A7E8

Tints of Lavender Rose #F2A7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 37.75%
G = 26.05%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2A7E8 (or 0xF2A7E8) is known color: Lavender Rose. HEX triplet: F2, A7 and E8. RGB value is (242,167,232). Sum of RGB (Red+Green+Blue) = 242+167+232=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A7E8 is #0D5817. Grayscale: #C4C4C4. Windows color (decimal): -874520 or 15247346. OLE color: 15247346.

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

Color convert

RGB 242 167 232 -
CMYK 0 0.31 0.04 0.05
HSL 308º 0.74% 0.8% -
HSV(B) 308º 0.31% 0.95% -
XYZ 65 52.34 83.02 -
YUV 196.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 242 167 232 0 0.31 0.04 0.05 308 0.74 0.8
Hex F2 A7 E8 0 1F 4 5 134 4A 50
Octal 362 247 350 0 37 4 5 464 112 120
Binary 11110010 10100111 11101000 0 11111 100 101 100110100 1001010 1010000

Color Harmonies of #F2A7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A7E8

Black with #F2A7E8

Text Example


Text Example

White with #F2A7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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