#FDABF4

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

Shades of Lavender Rose #FDABF4

Tints of Lavender Rose #FDABF4

Color information

#FDABF4 (or 0xFDABF4) is unknown color: approx Lavender Rose. HEX triplet: FD, AB and F4. RGB value is (253,171,244). Sum of RGB (Red+Green+Blue) = 253+171+244=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABF4 is #02540B. Grayscale: #CBCBCB. Windows color (decimal): -152588 or 16034813. OLE color: 16034813.

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

Color convert

RGB253171244-
CMYK00.320.040.01
HSL306.59º95.35%83.14%-
HSV(B)306.59º32.41%99.22%-
XYZ71.456.5492.74-
YUV203.84150.67163.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 171 (67.19% from 255) = 25.60%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=37.87%
G=25.60%
B=36.53%

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
Decimal25317124400.320.040.01306.5995.3583.14
HexFDABF4020411335f53
Octal37525336404041463137123
Binary1111110110101011111101000100000100110011001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABF4; }

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

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

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

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

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

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

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

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