#FDACF7

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

Shades of Lavender Rose #FDACF7

Tints of Lavender Rose #FDACF7

Color information

#FDACF7 (or 0xFDACF7) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and F7. RGB value is (253,172,247). Sum of RGB (Red+Green+Blue) = 253+172+247=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF7 is #025308. Grayscale: #CCCCCC. Windows color (decimal): -152329 or 16231677. OLE color: 16231677.

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

Color convert

RGB253172247-
CMYK00.320.020.01
HSL304.44º95.29%83.33%-
HSV(B)304.44º32.02%99.22%-
XYZ72.0557.195.22-
YUV204.77151.84162.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 172 (67.58% from 255) = 25.60%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=37.65%
G=25.60%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317224700.320.020.01304.4495.2983.33
HexFDACF7020211305f53
Octal37525436704021460137123
Binary111111011010110011110111010000010110011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACF7; }

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

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

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

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

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

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

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

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