#FDACFF

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

Shades of Lavender Rose #FDACFF

Tints of Lavender Rose #FDACFF

Color information

#FDACFF (or 0xFDACFF) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and FF. RGB value is (253,172,255). Sum of RGB (Red+Green+Blue) = 253+172+255=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 172 (67.58% from 255 or 25.29% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFF is #025300. Grayscale: #CDCDCD. Windows color (decimal): -152321 or 16755965. OLE color: 16755965.

HSL color Cylindrical-coordinate representation of color #FDACFF: hue angle of 298.55º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDACFF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB253172255-
CMYK0.010.3300
HSL298.55º100%83.73%-
HSV(B)298.55º32.55%100%-
XYZ73.3157.61101.86-
YUV205.68155.84161.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 172 (67.58% from 255) = 25.29%
BLUE value IS 255 (100% from 255) = 37.5%
R=37.21%
G=25.29%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531722550.010.3300298.5510083.73
HexFDACFF1210012b6454
Octal37525437714100453144124
Binary11111101101011001111111111000010010010101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACFF; }

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

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

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

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

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

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

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

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