Html Css Color HEX #F69ADC Lavender Rose

📋 copy color: '#F69ADC'

red 246 ◦ green 154 ◦ blue 220

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

Shades of Lavender Rose #F69ADC

Tints of Lavender Rose #F69ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 39.68%
G = 24.84%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F69ADC (or 0xF69ADC) is known color: Lavender Rose. HEX triplet: F6, 9A and DC. RGB value is (246,154,220). Sum of RGB (Red+Green+Blue) = 246+154+220=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ADC is #096523. Grayscale: #BCBCBC. Windows color (decimal): -615716 or 14457590. OLE color: 14457590.

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

Color convert

RGB 246 154 220 -
CMYK 0 0.37 0.11 0.04
HSL 316.96º 0.84% 0.78% -
HSV(B) 316.96º 0.37% 0.96% -
XYZ 62.48 47.87 73.66 -
YUV 189.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 246 154 220 0 0.37 0.11 0.04 316.96 0.84 0.78
Hex F6 9A DC 0 25 B 4 13D 54 4E
Octal 366 232 334 0 45 13 4 475 124 116
Binary 11110110 10011010 11011100 0 100101 1011 100 100111101 1010100 1001110

Color Harmonies of #F69ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69ADC

Black with #F69ADC

Text Example


Text Example

White with #F69ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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