#FDACFB

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

Shades of Lavender Rose #FDACFB

Tints of Lavender Rose #FDACFB

Color information

#FDACFB (or 0xFDACFB) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and FB. RGB value is (253,172,251). Sum of RGB (Red+Green+Blue) = 253+172+251=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFB is #025304. Grayscale: #CCCCCC. Windows color (decimal): -152325 or 16493821. OLE color: 16493821.

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

Color convert

RGB253172251-
CMYK00.320.010.01
HSL301.48º95.29%83.33%-
HSV(B)301.48º32.02%99.22%-
XYZ72.6757.3598.51-
YUV205.22153.84162.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 172 (67.58% from 255) = 25.44%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=37.43%
G=25.44%
B=37.13%

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
Decimal25317225100.320.010.01301.4895.2983.33
HexFDACFB0201112d5f53
Octal37525437304011455137123
Binary11111101101011001111101101000001110010110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACFB; }

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

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

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

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

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

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

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

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