Html Css Color HEX #F69FEE Lavender Rose

📋 copy color: '#F69FEE'

red 246 ◦ green 159 ◦ blue 238

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

Shades of Lavender Rose #F69FEE

Tints of Lavender Rose #F69FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.01%

R = 38.26%
G = 24.73%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F69FEE (or 0xF69FEE) is known color: Lavender Rose. HEX triplet: F6, 9F and EE. RGB value is (246,159,238). Sum of RGB (Red+Green+Blue) = 246+159+238=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69FEE is #096011. Grayscale: #C1C1C1. Windows color (decimal): -614418 or 15638518. OLE color: 15638518.

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

Color convert

RGB 246 159 238 -
CMYK 0 0.35 0.03 0.04
HSL 305.52º 0.83% 0.79% -
HSV(B) 305.52º 0.35% 0.96% -
XYZ 65.84 50.56 87.18 -
YUV 194.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 246 159 238 0 0.35 0.03 0.04 305.52 0.83 0.79
Hex F6 9F EE 0 23 3 4 132 53 4F
Octal 366 237 356 0 43 3 4 462 123 117
Binary 11110110 10011111 11101110 0 100011 11 100 100110010 1010011 1001111

Color Harmonies of #F69FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69FEE

Black with #F69FEE

Text Example


Text Example

White with #F69FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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