Html Css Color HEX #F5ACE4 Lavender Rose

📋 copy color: '#F5ACE4'

red 245 ◦ green 172 ◦ blue 228

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

Shades of Lavender Rose #F5ACE4

Tints of Lavender Rose #F5ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.35%

R = 37.98%
G = 26.67%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5ACE4 (or 0xF5ACE4) is known color: Lavender Rose. HEX triplet: F5, AC and E4. RGB value is (245,172,228). Sum of RGB (Red+Green+Blue) = 245+172+228=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACE4 is #0A531B. Grayscale: #C8C8C8. Windows color (decimal): -676636 or 14986485. OLE color: 14986485.

HSL color Cylindrical-coordinate representation of color #F5ACE4: hue angle of 313.97º 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 #F5ACE4 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 172 228 -
CMYK 0 0.30 0.07 0.04
HSL 313.97º 0.78% 0.82% -
HSV(B) 313.97º 0.3% 0.96% -
XYZ 66.41 54.52 80.42 -
YUV 200.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 245 172 228 0 0.30 0.07 0.04 313.97 0.78 0.82
Hex F5 AC E4 0 1E 7 4 13A 4E 52
Octal 365 254 344 0 36 7 4 472 116 122
Binary 11110101 10101100 11100100 0 11110 111 100 100111010 1001110 1010010

Color Harmonies of #F5ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACE4

Black with #F5ACE4

Text Example


Text Example

White with #F5ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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