Html Css Color HEX #F69ADE Lavender Rose

📋 copy color: '#F69ADE'

red 246 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #F69ADE

Tints of Lavender Rose #F69ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.76%

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

R = 39.55%
G = 24.76%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F69ADE (or 0xF69ADE) is known color: Lavender Rose. HEX triplet: F6, 9A and DE. RGB value is (246,154,222). Sum of RGB (Red+Green+Blue) = 246+154+222=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ADE is #096521. Grayscale: #BDBDBD. Windows color (decimal): -615714 or 14588662. OLE color: 14588662.

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

Color convert

RGB 246 154 222 -
CMYK 0 0.37 0.10 0.04
HSL 315.65º 0.84% 0.78% -
HSV(B) 315.65º 0.37% 0.96% -
XYZ 62.75 47.98 75.06 -
YUV 189.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 246 154 222 0 0.37 0.10 0.04 315.65 0.84 0.78
Hex F6 9A DE 0 25 A 4 13C 54 4E
Octal 366 232 336 0 45 12 4 474 124 116
Binary 11110110 10011010 11011110 0 100101 1010 100 100111100 1010100 1001110

Color Harmonies of #F69ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69ADE

Black with #F69ADE

Text Example


Text Example

White with #F69ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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