Html Css Color HEX #F5ACF0 Lavender Rose

📋 copy color: '#F5ACF0'

red 245 ◦ green 172 ◦ blue 240

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

Shades of Lavender Rose #F5ACF0

Tints of Lavender Rose #F5ACF0

RGB

 RED value IS 245 (96.09% from 255) = 37.29%

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

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 37.29%
G = 26.18%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5ACF0 (or 0xF5ACF0) is known color: Lavender Rose. HEX triplet: F5, AC and F0. RGB value is (245,172,240). Sum of RGB (Red+Green+Blue) = 245+172+240=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACF0 is #0A530F. Grayscale: #C9C9C9. Windows color (decimal): -676624 or 15772917. OLE color: 15772917.

HSL color Cylindrical-coordinate representation of color #F5ACF0: hue angle of 304.11º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACF0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 172 240 -
CMYK 0 0.30 0.02 0.04
HSL 304.11º 0.78% 0.82% -
HSV(B) 304.11º 0.3% 0.96% -
XYZ 68.14 55.21 89.5 -
YUV 201.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 245 172 240 0 0.30 0.02 0.04 304.11 0.78 0.82
Hex F5 AC F0 0 1E 2 4 130 4E 52
Octal 365 254 360 0 36 2 4 460 116 122
Binary 11110101 10101100 11110000 0 11110 10 100 100110000 1001110 1010010

Color Harmonies of #F5ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACF0

Black with #F5ACF0

Text Example


Text Example

White with #F5ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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