#FDADF4

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

Shades of Lavender Rose #FDADF4

Tints of Lavender Rose #FDADF4

Color information

#FDADF4 (or 0xFDADF4) is unknown color: approx Lavender Rose. HEX triplet: FD, AD and F4. RGB value is (253,173,244). Sum of RGB (Red+Green+Blue) = 253+173+244=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADF4 is #02520B. Grayscale: #CCCCCC. Windows color (decimal): -152076 or 16035325. OLE color: 16035325.

HSL color Cylindrical-coordinate representation of color #FDADF4: hue angle of 306.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADF4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253173244-
CMYK00.320.040.01
HSL306.75º95.24%83.53%-
HSV(B)306.75º31.62%99.22%-
XYZ71.7857.392.86-
YUV205.01150162.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 244 (95.70% from 255) = 36.42%
R=37.76%
G=25.82%
B=36.42%

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
Decimal25317324400.320.040.01306.7595.2483.53
HexFDADF4020411335f54
Octal37525536404041463137124
Binary1111110110101101111101000100000100110011001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADF4; }

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

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

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

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

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

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

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

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