#FDA8FA

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

Shades of Lavender Rose #FDA8FA

Tints of Lavender Rose #FDA8FA

Color information

#FDA8FA (or 0xFDA8FA) is unknown color: approx Lavender Rose. HEX triplet: FD, A8 and FA. RGB value is (253,168,250). Sum of RGB (Red+Green+Blue) = 253+168+250=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8FA is #025705. Grayscale: #CACACA. Windows color (decimal): -153350 or 16427261. OLE color: 16427261.

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

Color convert

RGB253168250-
CMYK00.340.010.01
HSL302.12º95.51%82.55%-
HSV(B)302.12º33.6%99.22%-
XYZ71.7755.7997.43-
YUV202.76154.66163.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 168 (66.02% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=37.70%
G=25.04%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316825000.340.010.01302.1295.5182.55
HexFDA8FA0221112e6053
Octal37525037204211456140123
Binary11111101101010001111101001000101110010111011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8FA; }

 p { color: rgb(253,168,250); }

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

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

 a { background-color: rgb(253,168,250); }

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

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

 span { border-color: rgb(253,168,250); }

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