#FFFCE6

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

Shades of Chilean Heath #FFFCE6

Tints of Chilean Heath #FFFCE6

Color information

#FFFCE6 (or 0xFFFCE6) is unknown color: approx Chilean Heath. HEX triplet: FF, FC and E6. RGB value is (255,252,230). Sum of RGB (Red+Green+Blue) = 255+252+230=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 230 (90.23% from 255 or 31.21% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCE6 is #000319. Grayscale: #FAFAFA. Windows color (decimal): -794 or 15138047. OLE color: 15138047.

HSL color Cylindrical-coordinate representation of color #FFFCE6: hue angle of 52.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFFCE6 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255252230-
CMYK00.010.100
HSL52.8º100%95.1%-
HSV(B)52.8º9.8%100%-
XYZ90.3396.5988.75-
YUV250.39116.49131.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.60%
GREEN value IS 252 (98.83% from 255) = 34.19%
BLUE value IS 230 (90.23% from 255) = 31.21%
R=34.60%
G=34.19%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525223000.010.10052.810095.1
HexFFFCE601A035645f
Octal3773743460112065144137
Binary111111111111110011100110011010011010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCE6; }

 p { color: rgb(255,252,230); }

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

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

 a { background-color: rgb(255,252,230); }

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

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

 span { border-color: rgb(255,252,230); }

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