#FCFFE1

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

Shades of Light Yellow #FCFFE1

Tints of Light Yellow #FCFFE1

Color information

#FCFFE1 (or 0xFCFFE1) is unknown color: approx Light Yellow. HEX triplet: FC, FF and E1. RGB value is (252,255,225). Sum of RGB (Red+Green+Blue) = 252+255+225=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 225 (88.28% from 255 or 30.74% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFE1 is #03001E. Grayscale: #FAFAFA. Windows color (decimal): -196639 or 14811132. OLE color: 14811132.

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

Color convert

RGB252255225-
CMYK0.0100.120
HSL66º100%94.12%-
HSV(B)66º11.76%100%-
XYZ89.597.6585.37-
YUV250.68113.51128.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 225 (88.28% from 255) = 30.74%
R=34.43%
G=34.84%
B=30.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552250.0100.1206610094.12
HexFCFFE110C042645e
Octal37437734110140102144136
Binary1111110011111111111000011011000100001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFE1; }

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

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

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

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

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

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

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

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