Html Css Color HEX #F0A4DD Lavender Rose

📋 copy color: '#F0A4DD'

red 240 ◦ green 164 ◦ blue 221

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

Shades of Lavender Rose #F0A4DD

Tints of Lavender Rose #F0A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.24%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 38.4%
G = 26.24%
B = 35.36%

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

#F0A4DD (or 0xF0A4DD) is known color: Lavender Rose. HEX triplet: F0, A4 and DD. RGB value is (240,164,221). Sum of RGB (Red+Green+Blue) = 240+164+221=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4DD is #0F5B22. Grayscale: #C1C1C1. Windows color (decimal): -1006371 or 14525680. OLE color: 14525680.

HSL color Cylindrical-coordinate representation of color #F0A4DD: hue angle of 315º 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 #F0A4DD is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 221 -
CMYK 0 0.32 0.08 0.06
HSL 315º 0.72% 0.79% -
HSV(B) 315º 0.32% 0.94% -
XYZ 62.26 50.3 74.83 -
YUV 193.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 240 164 221 0 0.32 0.08 0.06 315 0.72 0.79
Hex F0 A4 DD 0 20 8 6 13B 48 4F
Octal 360 244 335 0 40 10 6 473 110 117
Binary 11110000 10100100 11011101 0 100000 1000 110 100111011 1001000 1001111

Color Harmonies of #F0A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A4DD

Black with #F0A4DD

Text Example


Text Example

White with #F0A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A4DD; }

 p { color: rgb(240,164,221); }

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

background-color css

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

 a { background-color: rgb(240,164,221); }

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

border-color css

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

 span { border-color: rgb(240,164,221); }

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