#FDACF2

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

Shades of Lavender Rose #FDACF2

Tints of Lavender Rose #FDACF2

Color information

#FDACF2 (or 0xFDACF2) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and F2. RGB value is (253,172,242). Sum of RGB (Red+Green+Blue) = 253+172+242=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF2 is #02530D. Grayscale: #CCCCCC. Windows color (decimal): -152334 or 15903997. OLE color: 15903997.

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

Color convert

RGB253172242-
CMYK00.320.040.01
HSL308.15º95.29%83.33%-
HSV(B)308.15º32.02%99.22%-
XYZ71.2956.891.21-
YUV204.2149.34162.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 172 (67.58% from 255) = 25.79%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=37.93%
G=25.79%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317224200.320.040.01308.1595.2983.33
HexFDACF2020411345f53
Octal37525436204041464137123
Binary1111110110101100111100100100000100110011010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACF2; }

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

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

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

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

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

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

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

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