Html Css Color HEX #F0ACDA Lavender Rose

📋 copy color: '#F0ACDA'

red 240 ◦ green 172 ◦ blue 218

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

Shades of Lavender Rose #F0ACDA

Tints of Lavender Rose #F0ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.6%

R = 38.1%
G = 27.3%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0ACDA (or 0xF0ACDA) is known color: Lavender Rose. HEX triplet: F0, AC and DA. RGB value is (240,172,218). Sum of RGB (Red+Green+Blue) = 240+172+218=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACDA is #0F5325. Grayscale: #C5C5C5. Windows color (decimal): -1004326 or 14331120. OLE color: 14331120.

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

Color convert

RGB 240 172 218 -
CMYK 0 0.28 0.09 0.06
HSL 319.41º 0.69% 0.81% -
HSV(B) 319.41º 0.28% 0.94% -
XYZ 63.34 53.09 73.24 -
YUV 197.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 240 172 218 0 0.28 0.09 0.06 319.41 0.69 0.81
Hex F0 AC DA 0 1C 9 6 13F 45 51
Octal 360 254 332 0 34 11 6 477 105 121
Binary 11110000 10101100 11011010 0 11100 1001 110 100111111 1000101 1010001

Color Harmonies of #F0ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACDA

Black with #F0ACDA

Text Example


Text Example

White with #F0ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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