Html Css Color HEX #F69FED Lavender Rose

📋 copy color: '#F69FED'

red 246 ◦ green 159 ◦ blue 237

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

Shades of Lavender Rose #F69FED

Tints of Lavender Rose #F69FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 38.32%
G = 24.77%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F69FED (or 0xF69FED) is known color: Lavender Rose. HEX triplet: F6, 9F and ED. RGB value is (246,159,237). Sum of RGB (Red+Green+Blue) = 246+159+237=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69FED is #096012. Grayscale: #C1C1C1. Windows color (decimal): -614419 or 15572982. OLE color: 15572982.

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

Color convert

RGB 246 159 237 -
CMYK 0 0.35 0.04 0.04
HSL 306.21º 0.83% 0.79% -
HSV(B) 306.21º 0.35% 0.96% -
XYZ 65.69 50.5 86.41 -
YUV 193.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 246 159 237 0 0.35 0.04 0.04 306.21 0.83 0.79
Hex F6 9F ED 0 23 4 4 132 53 4F
Octal 366 237 355 0 43 4 4 462 123 117
Binary 11110110 10011111 11101101 0 100011 100 100 100110010 1010011 1001111

Color Harmonies of #F69FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69FED

Black with #F69FED

Text Example


Text Example

White with #F69FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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