#FDABF3

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

Shades of Lavender Rose #FDABF3

Tints of Lavender Rose #FDABF3

Color information

#FDABF3 (or 0xFDABF3) is unknown color: approx Lavender Rose. HEX triplet: FD, AB and F3. RGB value is (253,171,243). Sum of RGB (Red+Green+Blue) = 253+171+243=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABF3 is #02540C. Grayscale: #CBCBCB. Windows color (decimal): -152589 or 15969277. OLE color: 15969277.

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

Color convert

RGB253171243-
CMYK00.320.040.01
HSL307.32º95.35%83.14%-
HSV(B)307.32º32.41%99.22%-
XYZ71.2556.4891.94-
YUV203.73150.17163.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 171 (67.19% from 255) = 25.64%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=37.93%
G=25.64%
B=36.43%

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
Decimal25317124300.320.040.01307.3295.3583.14
HexFDABF3020411335f53
Octal37525336304041463137123
Binary1111110110101011111100110100000100110011001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABF3; }

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

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

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

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

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

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

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

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