#FDACF8

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

Shades of Lavender Rose #FDACF8

Tints of Lavender Rose #FDACF8

Color information

#FDACF8 (or 0xFDACF8) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and F8. RGB value is (253,172,248). Sum of RGB (Red+Green+Blue) = 253+172+248=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF8 is #025307. Grayscale: #CCCCCC. Windows color (decimal): -152328 or 16297213. OLE color: 16297213.

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

Color convert

RGB253172248-
CMYK00.320.020.01
HSL303.7º95.29%83.33%-
HSV(B)303.7º32.02%99.22%-
XYZ72.257.1796.04-
YUV204.88152.34162.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 172 (67.58% from 255) = 25.56%
BLUE value IS 248 (97.27% from 255) = 36.85%
R=37.59%
G=25.56%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317224800.320.020.01303.795.2983.33
HexFDACF8020211305f53
Octal37525437004021460137123
Binary111111011010110011111000010000010110011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACF8; }

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

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

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

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

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

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

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

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