Html Css Color HEX #F0A0DF Lavender Rose

📋 copy color: '#F0A0DF'

red 240 ◦ green 160 ◦ blue 223

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

Shades of Lavender Rose #F0A0DF

Tints of Lavender Rose #F0A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.68%

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 38.52%
G = 25.68%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0A0DF (or 0xF0A0DF) is known color: Lavender Rose. HEX triplet: F0, A0 and DF. RGB value is (240,160,223). Sum of RGB (Red+Green+Blue) = 240+160+223=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0DF is #0F5F20. Grayscale: #BEBEBE. Windows color (decimal): -1007393 or 14655728. OLE color: 14655728.

HSL color Cylindrical-coordinate representation of color #F0A0DF: hue angle of 312.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0DF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 223 -
CMYK 0 0.33 0.07 0.06
HSL 312.75º 0.73% 0.78% -
HSV(B) 312.75º 0.33% 0.94% -
XYZ 61.83 48.99 76.01 -
YUV 191.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 240 160 223 0 0.33 0.07 0.06 312.75 0.73 0.78
Hex F0 A0 DF 0 21 7 6 139 49 4E
Octal 360 240 337 0 41 7 6 471 111 116
Binary 11110000 10100000 11011111 0 100001 111 110 100111001 1001001 1001110

Color Harmonies of #F0A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0DF

Black with #F0A0DF

Text Example


Text Example

White with #F0A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0DF; }

 p { color: rgb(240,160,223); }

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

background-color css

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

 a { background-color: rgb(240,160,223); }

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

border-color css

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

 span { border-color: rgb(240,160,223); }

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