#FCBCFA

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

Shades of Lavender Rose #FCBCFA

Tints of Lavender Rose #FCBCFA

Color information

#FCBCFA (or 0xFCBCFA) is unknown color: approx Lavender Rose. HEX triplet: FC, BC and FA. RGB value is (252,188,250). Sum of RGB (Red+Green+Blue) = 252+188+250=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCFA is #034305. Grayscale: #D6D6D6. Windows color (decimal): -213766 or 16432380. OLE color: 16432380.

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

Color convert

RGB252188250-
CMYK00.250.010.01
HSL301.88º91.43%86.27%-
HSV(B)301.88º25.4%98.82%-
XYZ75.3863.5698.74-
YUV214.2148.2154.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 27.25%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=36.52%
G=27.25%
B=36.23%

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
Decimal25218825000.250.010.01301.8891.4386.27
HexFCBCFA0191112e5b56
Octal37427437203111456133126
Binary1111110010111100111110100110011110010111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCFA; }

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

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

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

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

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

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

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

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