Html Css Color HEX #F3A6DC Lavender Rose

📋 copy color: '#F3A6DC'

red 243 ◦ green 166 ◦ blue 220

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

Shades of Lavender Rose #F3A6DC

Tints of Lavender Rose #F3A6DC

RGB

 RED value IS 243 (95.31% from 255) = 38.63%

 GREEN value IS 166 (65.23% from 255) = 26.39%

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

R = 38.63%
G = 26.39%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3A6DC (or 0xF3A6DC) is known color: Lavender Rose. HEX triplet: F3, A6 and DC. RGB value is (243,166,220). Sum of RGB (Red+Green+Blue) = 243+166+220=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6DC is #0C5923. Grayscale: #C3C3C3. Windows color (decimal): -809252 or 14460659. OLE color: 14460659.

HSL color Cylindrical-coordinate representation of color #F3A6DC: hue angle of 317.92º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A6DC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 166 220 -
CMYK 0 0.32 0.09 0.05
HSL 317.92º 0.76% 0.8% -
HSV(B) 317.92º 0.32% 0.95% -
XYZ 63.52 51.49 74.3 -
YUV 195.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 243 166 220 0 0.32 0.09 0.05 317.92 0.76 0.8
Hex F3 A6 DC 0 20 9 5 13E 4C 50
Octal 363 246 334 0 40 11 5 476 114 120
Binary 11110011 10100110 11011100 0 100000 1001 101 100111110 1001100 1010000

Color Harmonies of #F3A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A6DC

Black with #F3A6DC

Text Example


Text Example

White with #F3A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A6DC; }

 p { color: rgb(243,166,220); }

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

background-color css

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

 a { background-color: rgb(243,166,220); }

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

border-color css

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

 span { border-color: rgb(243,166,220); }

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