Html Css Color HEX #F8ACE5 Lavender Rose

📋 copy color: '#F8ACE5'

red 248 ◦ green 172 ◦ blue 229

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

Shades of Lavender Rose #F8ACE5

Tints of Lavender Rose #F8ACE5

RGB

 RED value IS 248 (97.27% from 255) = 38.21%

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

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 38.21%
G = 26.5%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8ACE5 (or 0xF8ACE5) is known color: Lavender Rose. HEX triplet: F8, AC and E5. RGB value is (248,172,229). Sum of RGB (Red+Green+Blue) = 248+172+229=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACE5 is #07531A. Grayscale: #C9C9C9. Windows color (decimal): -480027 or 15052024. OLE color: 15052024.

HSL color Cylindrical-coordinate representation of color #F8ACE5: hue angle of 315º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACE5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 229 -
CMYK 0 0.31 0.08 0.03
HSL 315º 0.84% 0.82% -
HSV(B) 315º 0.31% 0.97% -
XYZ 67.61 55.12 81.2 -
YUV 201.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 248 172 229 0 0.31 0.08 0.03 315 0.84 0.82
Hex F8 AC E5 0 1F 8 3 13B 54 52
Octal 370 254 345 0 37 10 3 473 124 122
Binary 11111000 10101100 11100101 0 11111 1000 11 100111011 1010100 1010010

Color Harmonies of #F8ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACE5

Black with #F8ACE5

Text Example


Text Example

White with #F8ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACE5; }

 p { color: rgb(248,172,229); }

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

background-color css

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

 a { background-color: rgb(248,172,229); }

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

border-color css

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

 span { border-color: rgb(248,172,229); }

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