#FBFCDC

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

Shades of Light Yellow #FBFCDC

Tints of Light Yellow #FBFCDC

Color information

#FBFCDC (or 0xFBFCDC) is unknown color: approx Light Yellow. HEX triplet: FB, FC and DC. RGB value is (251,252,220). Sum of RGB (Red+Green+Blue) = 251+252+220=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFCDC is #040323. Grayscale: #F8F8F8. Windows color (decimal): -262948 or 14482683. OLE color: 14482683.

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

Color convert

RGB251252220-
CMYK0.0000.130.01
HSL61.88º84.21%92.55%-
HSV(B)61.88º12.7%98.82%-
XYZ87.5195.381.49-
YUV248.05112.17130.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 252 (98.83% from 255) = 34.85%
BLUE value IS 220 (86.33% from 255) = 30.43%
R=34.72%
G=34.85%
B=30.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522200.0000.130.0161.8884.2192.55
HexFBFCDC00D13e545d
Octal3733743340015176124135
Binary111110111111110011011100001101111111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCDC; }

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

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

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

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

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

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

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

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