Html Css Color HEX #F0ACDD Lavender Rose

📋 copy color: '#F0ACDD'

red 240 ◦ green 172 ◦ blue 221

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

Shades of Lavender Rose #F0ACDD

Tints of Lavender Rose #F0ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.17%

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

R = 37.91%
G = 27.17%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0ACDD (or 0xF0ACDD) is known color: Lavender Rose. HEX triplet: F0, AC and DD. RGB value is (240,172,221). Sum of RGB (Red+Green+Blue) = 240+172+221=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACDD is #0F5322. Grayscale: #C5C5C5. Windows color (decimal): -1004323 or 14527728. OLE color: 14527728.

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

Color convert

RGB 240 172 221 -
CMYK 0 0.28 0.08 0.06
HSL 316.76º 0.69% 0.81% -
HSV(B) 316.76º 0.28% 0.94% -
XYZ 63.74 53.25 75.33 -
YUV 197.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 240 172 221 0 0.28 0.08 0.06 316.76 0.69 0.81
Hex F0 AC DD 0 1C 8 6 13D 45 51
Octal 360 254 335 0 34 10 6 475 105 121
Binary 11110000 10101100 11011101 0 11100 1000 110 100111101 1000101 1010001

Color Harmonies of #F0ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACDD

Black with #F0ACDD

Text Example


Text Example

White with #F0ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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