Html Css Color HEX #F5ACEA Lavender Rose

📋 copy color: '#F5ACEA'

red 245 ◦ green 172 ◦ blue 234

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

Shades of Lavender Rose #F5ACEA

Tints of Lavender Rose #F5ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 37.63%
G = 26.42%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5ACEA (or 0xF5ACEA) is known color: Lavender Rose. HEX triplet: F5, AC and EA. RGB value is (245,172,234). Sum of RGB (Red+Green+Blue) = 245+172+234=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACEA is #0A5315. Grayscale: #C8C8C8. Windows color (decimal): -676630 or 15379701. OLE color: 15379701.

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

Color convert

RGB 245 172 234 -
CMYK 0 0.30 0.04 0.04
HSL 309.04º 0.78% 0.82% -
HSV(B) 309.04º 0.3% 0.96% -
XYZ 67.26 54.86 84.89 -
YUV 200.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 245 172 234 0 0.30 0.04 0.04 309.04 0.78 0.82
Hex F5 AC EA 0 1E 4 4 135 4E 52
Octal 365 254 352 0 36 4 4 465 116 122
Binary 11110101 10101100 11101010 0 11110 100 100 100110101 1001110 1010010

Color Harmonies of #F5ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACEA

Black with #F5ACEA

Text Example


Text Example

White with #F5ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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