#FCEFF5

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

Shades of Lavender Blush #FCEFF5

Tints of Lavender Blush #FCEFF5

Color information

#FCEFF5 (or 0xFCEFF5) is unknown color: approx Lavender Blush. HEX triplet: FC, EF and F5. RGB value is (252,239,245). Sum of RGB (Red+Green+Blue) = 252+239+245=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 239 (93.75% from 255 or 32.47% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF5 is #03100A. Grayscale: #F3F3F3. Windows color (decimal): -200715 or 16117756. OLE color: 16117756.

HSL color Cylindrical-coordinate representation of color #FCEFF5: hue angle of 332.31º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFF5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252239245-
CMYK00.050.030.01
HSL332.31º68.42%96.27%-
HSV(B)332.31º5.16%98.82%-
XYZ87.4989.0298.96-
YUV243.57128.81134.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 239 (93.75% from 255) = 32.47%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=34.24%
G=32.47%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223924500.050.030.01332.3168.4296.27
HexFCEFF5053114c4460
Octal3743573650531514104140
Binary111111001110111111110101010111110100110010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFF5; }

 p { color: rgb(252,239,245); }

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

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

 a { background-color: rgb(252,239,245); }

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

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

 span { border-color: rgb(252,239,245); }

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