#FDACFD

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

Shades of Lavender Rose #FDACFD

Tints of Lavender Rose #FDACFD

Color information

#FDACFD (or 0xFDACFD) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and FD. RGB value is (253,172,253). Sum of RGB (Red+Green+Blue) = 253+172+253=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFD is #025302. Grayscale: #CDCDCD. Windows color (decimal): -152323 or 16624893. OLE color: 16624893.

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

Color convert

RGB253172253-
CMYK00.3200.01
HSL300º95.29%83.33%-
HSV(B)300º32.02%99.22%-
XYZ72.9957.48100.18-
YUV205.45154.84161.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 172 (67.58% from 255) = 25.37%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=37.32%
G=25.37%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317225300.3200.0130095.2983.33
HexFDACFD0200112c5f53
Octal37525437504001454137123
Binary11111101101011001111110101000000110010110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACFD; }

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

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

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

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

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

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

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

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