#FBFDCE

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

Shades of Light Goldenrod Yellow #FBFDCE

Tints of Light Goldenrod Yellow #FBFDCE

Color information

#FBFDCE (or 0xFBFDCE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FD and CE. RGB value is (251,253,206). Sum of RGB (Red+Green+Blue) = 251+253+206=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 206 (80.86% from 255 or 29.01% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDCE is #040231. Grayscale: #F7F7F7. Windows color (decimal): -262706 or 13565435. OLE color: 13565435.

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

Color convert

RGB251253206-
CMYK0.0100.190.01
HSL62.55º92.16%90%-
HSV(B)62.55º18.58%99.22%-
XYZ86.0595.2272.24-
YUV247.04104.84130.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 206 (80.86% from 255) = 29.01%
R=35.35%
G=35.63%
B=29.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512532060.0100.190.0162.5592.1690
HexFBFDCE101313f5c5a
Octal3733753161023177134132
Binary1111101111111101110011101010011111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDCE; }

 p { color: rgb(251,253,206); }

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

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

 a { background-color: rgb(251,253,206); }

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

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

 span { border-color: rgb(251,253,206); }

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