#FBFCCD

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

Shades of Light Goldenrod Yellow #FBFCCD

Tints of Light Goldenrod Yellow #FBFCCD

Color information

#FBFCCD (or 0xFBFCCD) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FC and CD. RGB value is (251,252,205). Sum of RGB (Red+Green+Blue) = 251+252+205=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFCCD is #040332. Grayscale: #F6F6F6. Windows color (decimal): -262963 or 13499643. OLE color: 13499643.

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

Color convert

RGB251252205-
CMYK0.0000.190.01
HSL61.28º88.68%89.61%-
HSV(B)61.28º18.65%98.82%-
XYZ85.6194.5471.49-
YUV246.34104.67131.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 252 (98.83% from 255) = 35.59%
BLUE value IS 205 (80.47% from 255) = 28.95%
R=35.45%
G=35.59%
B=28.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522050.0000.190.0161.2888.6889.61
HexFBFCCD001313d595a
Octal3733743150023175131132
Binary1111101111111100110011010010011111110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCCD; }

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

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

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

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

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

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

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

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