#FDABF6

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

Shades of Lavender Rose #FDABF6

Tints of Lavender Rose #FDABF6

Color information

#FDABF6 (or 0xFDABF6) is unknown color: approx Lavender Rose. HEX triplet: FD, AB and F6. RGB value is (253,171,246). Sum of RGB (Red+Green+Blue) = 253+171+246=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 171 (67.19% from 255 or 25.52% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABF6 is #025409. Grayscale: #CBCBCB. Windows color (decimal): -152586 or 16165885. OLE color: 16165885.

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

Color convert

RGB253171246-
CMYK00.320.030.01
HSL305.12º95.35%83.14%-
HSV(B)305.12º32.41%99.22%-
XYZ71.7156.6694.35-
YUV204.07151.67162.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 171 (67.19% from 255) = 25.52%
BLUE value IS 246 (96.48% from 255) = 36.72%
R=37.76%
G=25.52%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317124600.320.030.01305.1295.3583.14
HexFDABF6020311315f53
Octal37525336604031461137123
Binary111111011010101111110110010000011110011000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABF6; }

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

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

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

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

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

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

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

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