#FDACFC

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

Shades of Lavender Rose #FDACFC

Tints of Lavender Rose #FDACFC

Color information

#FDACFC (or 0xFDACFC) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and FC. RGB value is (253,172,252). Sum of RGB (Red+Green+Blue) = 253+172+252=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFC is #025303. Grayscale: #CDCDCD. Windows color (decimal): -152324 or 16559357. OLE color: 16559357.

HSL color Cylindrical-coordinate representation of color #FDACFC: hue angle of 300.74º 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 #FDACFC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB253172252-
CMYK00.320.000.01
HSL300.74º95.29%83.33%-
HSV(B)300.74º32.02%99.22%-
XYZ72.8357.4299.34-
YUV205.34154.34162-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 172 (67.58% from 255) = 25.41%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=37.37%
G=25.41%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317225200.320.000.01300.7495.2983.33
HexFDACFC0200112d5f53
Octal37525437404001455137123
Binary11111101101011001111110001000000110010110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACFC; }

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

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

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

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

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

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

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

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