#FBFCCE

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

Shades of Light Goldenrod Yellow #FBFCCE

Tints of Light Goldenrod Yellow #FBFCCE

Color information

#FBFCCE (or 0xFBFCCE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FC and CE. RGB value is (251,252,206). Sum of RGB (Red+Green+Blue) = 251+252+206=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 206 (80.86% from 255 or 29.06% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFCCE is #040331. Grayscale: #F6F6F6. Windows color (decimal): -262962 or 13565179. OLE color: 13565179.

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

Color convert

RGB251252206-
CMYK0.0000.180.01
HSL61.3º88.46%89.8%-
HSV(B)61.3º18.25%98.82%-
XYZ85.7394.5972.13-
YUV246.46105.17131.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 206 (80.86% from 255) = 29.06%
R=35.40%
G=35.54%
B=29.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522060.0000.180.0161.388.4689.8
HexFBFCCE001213d585a
Octal3733743160022175130132
Binary1111101111111100110011100010010111110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCCE; }

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

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

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

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

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

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

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

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