#FCFCDD

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

Shades of Light Yellow #FCFCDD

Tints of Light Yellow #FCFCDD

Color information

#FCFCDD (or 0xFCFCDD) is unknown color: approx Light Yellow. HEX triplet: FC, FC and DD. RGB value is (252,252,221). Sum of RGB (Red+Green+Blue) = 252+252+221=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 221 (86.72% from 255 or 30.48% from 725); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCDD is #030322. Grayscale: #F8F8F8. Windows color (decimal): -197411 or 14548220. OLE color: 14548220.

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

Color convert

RGB252252221-
CMYK000.120.01
HSL60º83.78%92.75%-
HSV(B)60º12.3%98.82%-
XYZ88.0195.5482.21-
YUV248.47112.5130.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 252 (98.83% from 255) = 34.76%
BLUE value IS 221 (86.72% from 255) = 30.48%
R=34.76%
G=34.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252221000.120.016083.7892.75
HexFCFCDD00C13c545d
Octal3743743350014174124135
Binary111111001111110011011101001100111110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCDD; }

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

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

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

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

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

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

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

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