Html Css Color HEX #F6A5E3 Lavender Rose

📋 copy color: '#F6A5E3'

red 246 ◦ green 165 ◦ blue 227

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

Shades of Lavender Rose #F6A5E3

Tints of Lavender Rose #F6A5E3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.86%

 BLUE value IS 227 (89.06% from 255) = 35.58%

R = 38.56%
G = 25.86%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6A5E3 (or 0xF6A5E3) is known color: Lavender Rose. HEX triplet: F6, A5 and E3. RGB value is (246,165,227). Sum of RGB (Red+Green+Blue) = 246+165+227=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5E3 is #095A1C. Grayscale: #C4C4C4. Windows color (decimal): -612893 or 14919158. OLE color: 14919158.

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

Color convert

RGB 246 165 227 -
CMYK 0 0.33 0.08 0.04
HSL 314.07º 0.82% 0.81% -
HSV(B) 314.07º 0.33% 0.96% -
XYZ 65.33 52.05 79.28 -
YUV 196.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 246 165 227 0 0.33 0.08 0.04 314.07 0.82 0.81
Hex F6 A5 E3 0 21 8 4 13A 52 51
Octal 366 245 343 0 41 10 4 472 122 121
Binary 11110110 10100101 11100011 0 100001 1000 100 100111010 1010010 1010001

Color Harmonies of #F6A5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A5E3

Black with #F6A5E3

Text Example


Text Example

White with #F6A5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A5E3; }

 p { color: rgb(246,165,227); }

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

background-color css

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

 a { background-color: rgb(246,165,227); }

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

border-color css

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

 span { border-color: rgb(246,165,227); }

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