Html Css Color HEX #F69FDE Lavender Rose

📋 copy color: '#F69FDE'

red 246 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #F69FDE

Tints of Lavender Rose #F69FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.36%

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

R = 39.23%
G = 25.36%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F69FDE (or 0xF69FDE) is known color: Lavender Rose. HEX triplet: F6, 9F and DE. RGB value is (246,159,222). Sum of RGB (Red+Green+Blue) = 246+159+222=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FDE is #096021. Grayscale: #C0C0C0. Windows color (decimal): -614434 or 14589942. OLE color: 14589942.

HSL color Cylindrical-coordinate representation of color #F69FDE: hue angle of 316.55º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F69FDE is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 159 222 -
CMYK 0 0.35 0.10 0.04
HSL 316.55º 0.83% 0.79% -
HSV(B) 316.55º 0.35% 0.96% -
XYZ 63.59 49.66 75.34 -
YUV 192.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 246 159 222 0 0.35 0.10 0.04 316.55 0.83 0.79
Hex F6 9F DE 0 23 A 4 13D 53 4F
Octal 366 237 336 0 43 12 4 475 123 117
Binary 11110110 10011111 11011110 0 100011 1010 100 100111101 1010011 1001111

Color Harmonies of #F69FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69FDE

Black with #F69FDE

Text Example


Text Example

White with #F69FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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