#FDACF4

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

Shades of Lavender Rose #FDACF4

Tints of Lavender Rose #FDACF4

Color information

#FDACF4 (or 0xFDACF4) is unknown color: approx Lavender Rose. HEX triplet: FD, AC and F4. RGB value is (253,172,244). Sum of RGB (Red+Green+Blue) = 253+172+244=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF4 is #02530B. Grayscale: #CCCCCC. Windows color (decimal): -152332 or 16035069. OLE color: 16035069.

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

Color convert

RGB253172244-
CMYK00.320.040.01
HSL306.67º95.29%83.33%-
HSV(B)306.67º32.02%99.22%-
XYZ71.5956.9292.8-
YUV204.43150.34162.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 172 (67.58% from 255) = 25.71%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=37.82%
G=25.71%
B=36.47%

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
Decimal25317224400.320.040.01306.6795.2983.33
HexFDACF4020411335f53
Octal37525436404041463137123
Binary1111110110101100111101000100000100110011001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACF4; }

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

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

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

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

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

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

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

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