Html Css Color HEX #F8ACF1 Lavender Rose

📋 copy color: '#F8ACF1'

red 248 ◦ green 172 ◦ blue 241

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

Shades of Lavender Rose #F8ACF1

Tints of Lavender Rose #F8ACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 37.52%
G = 26.02%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8ACF1 (or 0xF8ACF1) is known color: Lavender Rose. HEX triplet: F8, AC and F1. RGB value is (248,172,241). Sum of RGB (Red+Green+Blue) = 248+172+241=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACF1 is #07530E. Grayscale: #CACACA. Windows color (decimal): -480015 or 15838456. OLE color: 15838456.

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

Color convert

RGB 248 172 241 -
CMYK 0 0.31 0.03 0.03
HSL 305.53º 0.84% 0.82% -
HSV(B) 305.53º 0.31% 0.97% -
XYZ 69.34 55.81 90.34 -
YUV 202.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 248 172 241 0 0.31 0.03 0.03 305.53 0.84 0.82
Hex F8 AC F1 0 1F 3 3 132 54 52
Octal 370 254 361 0 37 3 3 462 124 122
Binary 11111000 10101100 11110001 0 11111 11 11 100110010 1010100 1010010

Color Harmonies of #F8ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACF1

Black with #F8ACF1

Text Example


Text Example

White with #F8ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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