#FCEFE0

Color #FCEFE0 Bridal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridal Heath #FCEFE0

Tints of Bridal Heath #FCEFE0

Color information

#FCEFE0 (or 0xFCEFE0) is unknown color: approx Bridal Heath. HEX triplet: FC, EF and E0. RGB value is (252,239,224). Sum of RGB (Red+Green+Blue) = 252+239+224=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE0 is #03101F. Grayscale: #F1F1F1. Windows color (decimal): -200736 or 14741500. OLE color: 14741500.

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

Color convert

RGB252239224-
CMYK00.050.110.01
HSL32.14º82.35%93.33%-
HSV(B)32.14º11.11%98.82%-
XYZ84.4787.8183.02-
YUV241.18118.31135.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 224 (87.89% from 255) = 31.33%
R=35.24%
G=33.43%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223922400.050.110.0132.1482.3593.33
HexFCEFE005B120525d
Octal3743573400513140122135
Binary11111100111011111110000001011011110000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFE0; }

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

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

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

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

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

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

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

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