Html Css Color HEX #F69DDE Lavender Rose

📋 copy color: '#F69DDE'

red 246 ◦ green 157 ◦ blue 222

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

Shades of Lavender Rose #F69DDE

Tints of Lavender Rose #F69DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.12%

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

R = 39.36%
G = 25.12%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F69DDE (or 0xF69DDE) is known color: Lavender Rose. HEX triplet: F6, 9D and DE. RGB value is (246,157,222). Sum of RGB (Red+Green+Blue) = 246+157+222=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DDE is #096221. Grayscale: #BEBEBE. Windows color (decimal): -614946 or 14589430. OLE color: 14589430.

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

Color convert

RGB 246 157 222 -
CMYK 0 0.36 0.10 0.04
HSL 316.18º 0.83% 0.79% -
HSV(B) 316.18º 0.36% 0.96% -
XYZ 63.25 48.98 75.23 -
YUV 191.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 246 157 222 0 0.36 0.10 0.04 316.18 0.83 0.79
Hex F6 9D DE 0 24 A 4 13C 53 4F
Octal 366 235 336 0 44 12 4 474 123 117
Binary 11110110 10011101 11011110 0 100100 1010 100 100111100 1010011 1001111

Color Harmonies of #F69DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DDE

Black with #F69DDE

Text Example


Text Example

White with #F69DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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