Html Css Color HEX #F6A8DE Lavender Rose

📋 copy color: '#F6A8DE'

red 246 ◦ green 168 ◦ blue 222

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

Shades of Lavender Rose #F6A8DE

Tints of Lavender Rose #F6A8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 38.68%
G = 26.42%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6A8DE (or 0xF6A8DE) is known color: Lavender Rose. HEX triplet: F6, A8 and DE. RGB value is (246,168,222). Sum of RGB (Red+Green+Blue) = 246+168+222=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8DE is #095721. Grayscale: #C5C5C5. Windows color (decimal): -612130 or 14592246. OLE color: 14592246.

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

Color convert

RGB 246 168 222 -
CMYK 0 0.32 0.10 0.04
HSL 318.46º 0.81% 0.81% -
HSV(B) 318.46º 0.32% 0.96% -
XYZ 65.19 52.87 75.88 -
YUV 197.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 246 168 222 0 0.32 0.10 0.04 318.46 0.81 0.81
Hex F6 A8 DE 0 20 A 4 13E 51 51
Octal 366 250 336 0 40 12 4 476 121 121
Binary 11110110 10101000 11011110 0 100000 1010 100 100111110 1010001 1010001

Color Harmonies of #F6A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8DE

Black with #F6A8DE

Text Example


Text Example

White with #F6A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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