Html Css Color HEX #F6A8E5 Lavender Rose

📋 copy color: '#F6A8E5'

red 246 ◦ green 168 ◦ blue 229

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

Shades of Lavender Rose #F6A8E5

Tints of Lavender Rose #F6A8E5

RGB

 RED value IS 246 (96.48% from 255) = 38.26%

 GREEN value IS 168 (66.02% from 255) = 26.13%

 BLUE value IS 229 (89.84% from 255) = 35.61%

R = 38.26%
G = 26.13%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6A8E5 (or 0xF6A8E5) is known color: Lavender Rose. HEX triplet: F6, A8 and E5. RGB value is (246,168,229). Sum of RGB (Red+Green+Blue) = 246+168+229=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8E5 is #09571A. Grayscale: #C6C6C6. Windows color (decimal): -612123 or 15050998. OLE color: 15050998.

HSL color Cylindrical-coordinate representation of color #F6A8E5: hue angle of 313.08º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A8E5 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 229 -
CMYK 0 0.32 0.07 0.04
HSL 313.08º 0.81% 0.81% -
HSV(B) 313.08º 0.32% 0.96% -
XYZ 66.15 53.26 80.92 -
YUV 198.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 246 168 229 0 0.32 0.07 0.04 313.08 0.81 0.81
Hex F6 A8 E5 0 20 7 4 139 51 51
Octal 366 250 345 0 40 7 4 471 121 121
Binary 11110110 10101000 11100101 0 100000 111 100 100111001 1010001 1010001

Color Harmonies of #F6A8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8E5

Black with #F6A8E5

Text Example


Text Example

White with #F6A8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8E5; }

 p { color: rgb(246,168,229); }

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

background-color css

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

 a { background-color: rgb(246,168,229); }

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

border-color css

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

 span { border-color: rgb(246,168,229); }

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