#FCFBDF

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

Shades of Light Yellow #FCFBDF

Tints of Light Yellow #FCFBDF

Color information

#FCFBDF (or 0xFCFBDF) is unknown color: approx Light Yellow. HEX triplet: FC, FB and DF. RGB value is (252,251,223). Sum of RGB (Red+Green+Blue) = 252+251+223=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 223 (87.5% from 255 or 30.72% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBDF is #030420. Grayscale: #F8F8F8. Windows color (decimal): -197665 or 14679036. OLE color: 14679036.

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

Color convert

RGB252251223-
CMYK00.000.120.01
HSL57.93º82.86%93.14%-
HSV(B)57.93º11.51%98.82%-
XYZ87.9695.0283.52-
YUV248.11113.83130.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 223 (87.5% from 255) = 30.72%
R=34.71%
G=34.57%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225122300.000.120.0157.9382.8693.14
HexFCFBDF00C13a535d
Octal3743733370014172123135
Binary111111001111101111011111001100111101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBDF; }

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

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

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

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

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

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

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

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