#FCFCDF

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

Shades of Light Yellow #FCFCDF

Tints of Light Yellow #FCFCDF

Color information

#FCFCDF (or 0xFCFCDF) is unknown color: approx Light Yellow. HEX triplet: FC, FC and DF. RGB value is (252,252,223). Sum of RGB (Red+Green+Blue) = 252+252+223=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 223 (87.5% from 255 or 30.67% from 727); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCDF is #030320. Grayscale: #F8F8F8. Windows color (decimal): -197409 or 14679292. OLE color: 14679292.

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

Color convert

RGB252252223-
CMYK000.120.01
HSL60º82.86%93.14%-
HSV(B)60º11.51%98.82%-
XYZ88.2795.6483.62-
YUV248.69113.5130.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 252 (98.83% from 255) = 34.66%
BLUE value IS 223 (87.5% from 255) = 30.67%
R=34.66%
G=34.66%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252223000.120.016082.8693.14
HexFCFCDF00C13c535d
Octal3743743370014174123135
Binary111111001111110011011111001100111110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCDF; }

 p { color: rgb(252,252,223); }

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

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

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

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

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

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

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