#FCA8FD

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

Shades of Lavender Rose #FCA8FD

Tints of Lavender Rose #FCA8FD

Color information

#FCA8FD (or 0xFCA8FD) is unknown color: approx Lavender Rose. HEX triplet: FC, A8 and FD. RGB value is (252,168,253). Sum of RGB (Red+Green+Blue) = 252+168+253=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 168 (66.02% from 255 or 24.96% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8FD is #035702. Grayscale: #CACACA. Windows color (decimal): -218883 or 16623868. OLE color: 16623868.

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

Color convert

RGB252168253-
CMYK0.000.3400.01
HSL299.29º95.51%82.55%-
HSV(B)299.29º33.6%99.22%-
XYZ71.8855.7999.91-
YUV202.81156.33163.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 168 (66.02% from 255) = 24.96%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=37.44%
G=24.96%
B=37.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521682530.000.3400.01299.2995.5182.55
HexFCA8FD0220112b6053
Octal37425037504201453140123
Binary11111100101010001111110101000100110010101111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8FD; }

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

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

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

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

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

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

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

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