#FBFFD4

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

Shades of Light Goldenrod Yellow #FBFFD4

Tints of Light Goldenrod Yellow #FBFFD4

Color information

#FBFFD4 (or 0xFBFFD4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FF and D4. RGB value is (251,255,212). Sum of RGB (Red+Green+Blue) = 251+255+212=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 212 (83.20% from 255 or 29.53% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD4 is #04002B. Grayscale: #F9F9F9. Windows color (decimal): -262188 or 13959163. OLE color: 13959163.

HSL color Cylindrical-coordinate representation of color #FBFFD4: hue angle of 65.58º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBFFD4 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB251255212-
CMYK0.0200.170
HSL65.58º100%91.57%-
HSV(B)65.58º16.86%100%-
XYZ87.4396.7876.36-
YUV248.9107.17129.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 255 (100% from 255) = 35.52%
BLUE value IS 212 (83.20% from 255) = 29.53%
R=34.96%
G=35.52%
B=29.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552120.0200.17065.5810091.57
HexFBFFD42011042645c
Octal37337732420210102144134
Binary111110111111111111010100100100010100001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFD4; }

 p { color: rgb(251,255,212); }

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

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

 a { background-color: rgb(251,255,212); }

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

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

 span { border-color: rgb(251,255,212); }

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