#FCFFE5

Color #FCFFE5 Light Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Yellow #FCFFE5

Tints of Light Yellow #FCFFE5

Color information

#FCFFE5 (or 0xFCFFE5) is unknown color: approx Light Yellow. HEX triplet: FC, FF and E5. RGB value is (252,255,229). Sum of RGB (Red+Green+Blue) = 252+255+229=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 229 (89.84% from 255 or 31.11% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFE5 is #03001A. Grayscale: #FBFBFB. Windows color (decimal): -196635 or 15073276. OLE color: 15073276.

HSL color Cylindrical-coordinate representation of color #FCFFE5: hue angle of 66.92º 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 #FCFFE5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB252255229-
CMYK0.0100.100
HSL66.92º100%94.9%-
HSV(B)66.92º10.2%100%-
XYZ90.0597.8788.27-
YUV251.14115.51128.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 229 (89.84% from 255) = 31.11%
R=34.24%
G=34.65%
B=31.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552290.0100.10066.9210094.9
HexFCFFE510A043645f
Octal37437734510120103144137
Binary1111110011111111111001011010100100001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFE5; }

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

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

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

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

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

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

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

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