#F8ACFB

Color #F8ACFB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F8ACFB

Tints of Lavender Rose #F8ACFB

Color information

#F8ACFB (or 0xF8ACFB) is unknown color: approx Lavender Rose. HEX triplet: F8, AC and FB. RGB value is (248,172,251). Sum of RGB (Red+Green+Blue) = 248+172+251=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACFB is #075304. Grayscale: #CBCBCB. Windows color (decimal): -480005 or 16493816. OLE color: 16493816.

HSL color Cylindrical-coordinate representation of color #F8ACFB: hue angle of 297.72º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACFB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248172251-
CMYK0.010.3100.02
HSL297.72º90.8%82.94%-
HSV(B)297.72º31.47%98.43%-
XYZ70.8856.4398.42-
YUV203.73154.68159.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=36.96%
G=25.63%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481722510.010.3100.02297.7290.882.94
HexF8ACFB11F0212a5b53
Octal37025437313702452133123
Binary11111000101011001111101111111101010010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACFB; }

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

 H1.HeaderClassName
 {
   color: #F8ACFB;
 }
 .AnyTagClassName
 {
   color: #F8ACFB;
 }
</style>
background-color css

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

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

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

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

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

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