#FDACFA

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

Shades of Lavender Rose #FDACFA

Tints of Lavender Rose #FDACFA

Color information

#FDACFA (or 0xFDACFA) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and FA. RGB value is (253,172,250). Sum of RGB (Red+Green+Blue) = 253+172+250=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFA is #025305. Grayscale: #CCCCCC. Windows color (decimal): -152326 or 16428285. OLE color: 16428285.

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

Color convert

RGB253172250-
CMYK00.320.010.01
HSL302.22º95.29%83.33%-
HSV(B)302.22º32.02%99.22%-
XYZ72.5257.2997.68-
YUV205.11153.34162.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 25.48%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=37.48%
G=25.48%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317225000.320.010.01302.2295.2983.33
HexFDACFA0201112e5f53
Octal37525437204011456137123
Binary11111101101011001111101001000001110010111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACFA; }

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

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

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

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

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

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

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

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