#FCBFF3

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

Shades of Lavender Rose #FCBFF3

Tints of Lavender Rose #FCBFF3

Color information

#FCBFF3 (or 0xFCBFF3) is unknown color: approx Lavender Rose. HEX triplet: FC, BF and F3. RGB value is (252,191,243). Sum of RGB (Red+Green+Blue) = 252+191+243=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFF3 is #03400C. Grayscale: #D7D7D7. Windows color (decimal): -213005 or 15974396. OLE color: 15974396.

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

Color convert

RGB252191243-
CMYK00.240.040.01
HSL308.85º91.04%86.86%-
HSV(B)308.85º24.21%98.82%-
XYZ74.9564.4393.28-
YUV215.17143.71154.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=36.73%
G=27.84%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219124300.240.040.01308.8591.0486.86
HexFCBFF3018411355b57
Octal37427736303041465133127
Binary111111001011111111110011011000100110011010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFF3; }

 p { color: rgb(252,191,243); }

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

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

 a { background-color: rgb(252,191,243); }

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

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

 span { border-color: rgb(252,191,243); }

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