#FDA4F0

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

Shades of Lavender Rose #FDA4F0

Tints of Lavender Rose #FDA4F0

Color information

#FDA4F0 (or 0xFDA4F0) is unknown color: approx Lavender Rose. HEX triplet: FD, A4 and F0. RGB value is (253,164,240). Sum of RGB (Red+Green+Blue) = 253+164+240=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 164 (64.45% from 255 or 24.96% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA4F0 is #025B0F. Grayscale: #C7C7C7. Windows color (decimal): -154384 or 15770877. OLE color: 15770877.

HSL color Cylindrical-coordinate representation of color #FDA4F0: hue angle of 308.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4F0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB253164240-
CMYK00.350.050.01
HSL308.76º95.7%81.76%-
HSV(B)308.76º35.18%99.22%-
XYZ69.5153.7289.14-
YUV199.27150.99166.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 164 (64.45% from 255) = 24.96%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=38.51%
G=24.96%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316424000.350.050.01308.7695.781.76
HexFDA4F0023511356052
Octal37524436004351465140122
Binary1111110110100100111100000100011101110011010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4F0; }

 p { color: rgb(253,164,240); }

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

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

 a { background-color: rgb(253,164,240); }

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

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

 span { border-color: rgb(253,164,240); }

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