Html Css Color HEX #F0A3DC Lavender Rose

📋 copy color: '#F0A3DC'

red 240 ◦ green 163 ◦ blue 220

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

Shades of Lavender Rose #F0A3DC

Tints of Lavender Rose #F0A3DC

RGB

 RED value IS 240 (94.14% from 255) = 38.52%

 GREEN value IS 163 (64.06% from 255) = 26.16%

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

R = 38.52%
G = 26.16%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0A3DC (or 0xF0A3DC) is known color: Lavender Rose. HEX triplet: F0, A3 and DC. RGB value is (240,163,220). Sum of RGB (Red+Green+Blue) = 240+163+220=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3DC is #0F5C23. Grayscale: #C0C0C0. Windows color (decimal): -1006628 or 14459888. OLE color: 14459888.

HSL color Cylindrical-coordinate representation of color #F0A3DC: hue angle of 315.58º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3DC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 220 -
CMYK 0 0.32 0.08 0.06
HSL 315.58º 0.72% 0.79% -
HSV(B) 315.58º 0.32% 0.94% -
XYZ 61.95 49.89 74.07 -
YUV 192.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 240 163 220 0 0.32 0.08 0.06 315.58 0.72 0.79
Hex F0 A3 DC 0 20 8 6 13C 48 4F
Octal 360 243 334 0 40 10 6 474 110 117
Binary 11110000 10100011 11011100 0 100000 1000 110 100111100 1001000 1001111

Color Harmonies of #F0A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A3DC

Black with #F0A3DC

Text Example


Text Example

White with #F0A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A3DC; }

 p { color: rgb(240,163,220); }

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

background-color css

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

 a { background-color: rgb(240,163,220); }

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

border-color css

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

 span { border-color: rgb(240,163,220); }

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