#FCBDFA

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

Shades of Lavender Rose #FCBDFA

Tints of Lavender Rose #FCBDFA

Color information

#FCBDFA (or 0xFCBDFA) is unknown color: approx Lavender Rose. HEX triplet: FC, BD and FA. RGB value is (252,189,250). Sum of RGB (Red+Green+Blue) = 252+189+250=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDFA is #034205. Grayscale: #D6D6D6. Windows color (decimal): -213510 or 16432636. OLE color: 16432636.

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

Color convert

RGB252189250-
CMYK00.250.010.01
HSL301.9º91.3%86.47%-
HSV(B)301.9º25%98.82%-
XYZ75.663.9998.81-
YUV214.79147.87154.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 189 (74.22% from 255) = 27.35%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=36.47%
G=27.35%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218925000.250.010.01301.991.386.47
HexFCBDFA0191112e5b56
Octal37427537203111456133126
Binary1111110010111101111110100110011110010111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDFA; }

 p { color: rgb(252,189,250); }

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

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

 a { background-color: rgb(252,189,250); }

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

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

 span { border-color: rgb(252,189,250); }

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