#FCFFE0

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

Shades of Light Yellow #FCFFE0

Tints of Light Yellow #FCFFE0

Color information

#FCFFE0 (or 0xFCFFE0) is unknown color: approx Light Yellow. HEX triplet: FC, FF and E0. RGB value is (252,255,224). Sum of RGB (Red+Green+Blue) = 252+255+224=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 224 (87.89% from 255 or 30.64% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFE0 is #03001F. Grayscale: #FAFAFA. Windows color (decimal): -196640 or 14745596. OLE color: 14745596.

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

Color convert

RGB252255224-
CMYK0.0100.120
HSL65.81º100%93.92%-
HSV(B)65.81º12.16%100%-
XYZ89.3697.684.65-
YUV250.57113.01129.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 255 (100% from 255) = 34.88%
BLUE value IS 224 (87.89% from 255) = 30.64%
R=34.47%
G=34.88%
B=30.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552240.0100.12065.8110093.92
HexFCFFE010C042645e
Octal37437734010140102144136
Binary1111110011111111111000001011000100001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFE0; }

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

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

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

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

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

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

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

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