#FCF7FB

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

Shades of Lavender Blush #FCF7FB

Tints of Lavender Blush #FCF7FB

Color information

#FCF7FB (or 0xFCF7FB) is unknown color: approx Lavender Blush. HEX triplet: FC, F7 and FB. RGB value is (252,247,251). Sum of RGB (Red+Green+Blue) = 252+247+251=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 247 (96.88% from 255 or 32.93% from 750); Blue value is 251 (98.44% from 255 or 33.47% from 750); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7FB is #030804. Grayscale: #F8F8F8. Windows color (decimal): -198661 or 16513020. OLE color: 16513020.

HSL color Cylindrical-coordinate representation of color #FCF7FB: hue angle of 312º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCF7FB is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252247251-
CMYK00.020.000.01
HSL312º45.45%97.84%-
HSV(B)312º1.98%98.82%-
XYZ90.8294.18104.66-
YUV248.95129.16130.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.6%
GREEN value IS 247 (96.88% from 255) = 32.93%
BLUE value IS 251 (98.44% from 255) = 33.47%
R=33.6%
G=32.93%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224725100.020.000.0131245.4597.84
HexFCF7FB02011382d62
Octal374367373020147055142
Binary111111001111011111111011010011001110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7FB; }

 p { color: rgb(252,247,251); }

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

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

 a { background-color: rgb(252,247,251); }

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

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

 span { border-color: rgb(252,247,251); }

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