#FDABF5

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

Shades of Lavender Rose #FDABF5

Tints of Lavender Rose #FDABF5

Color information

#FDABF5 (or 0xFDABF5) is unknown color: approx Lavender Rose. HEX triplet: FD, AB and F5. RGB value is (253,171,245). Sum of RGB (Red+Green+Blue) = 253+171+245=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABF5 is #02540A. Grayscale: #CBCBCB. Windows color (decimal): -152587 or 16100349. OLE color: 16100349.

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

Color convert

RGB253171245-
CMYK00.320.030.01
HSL305.85º95.35%83.14%-
HSV(B)305.85º32.41%99.22%-
XYZ71.5556.693.54-
YUV203.95151.17162.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 171 (67.19% from 255) = 25.56%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=37.82%
G=25.56%
B=36.62%

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
Decimal25317124500.320.030.01305.8595.3583.14
HexFDABF5020311325f53
Octal37525336504031462137123
Binary111111011010101111110101010000011110011001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABF5; }

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

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

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

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

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

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

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

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