Html Css Color HEX #FBFBCD Light Goldenrod Yellow

📋 copy color: '#FBFBCD'

red 251 ◦ green 251 ◦ blue 205

#FBFBCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod Yellow #FBFBCD

Tints of Light Goldenrod Yellow #FBFBCD

RGB

 RED value IS 251 (98.44% from 255) = 35.5%

 GREEN value IS 251 (98.44% from 255) = 35.5%

 BLUE value IS 205 (80.47% from 255) = 29%

R = 35.5%
G = 35.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBFBCD (or 0xFBFBCD) is known color: Light Goldenrod Yellow. HEX triplet: FB, FB and CD. RGB value is (251,251,205). Sum of RGB (Red+Green+Blue) = 251+251+205=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 205 (80.47% from 255 or 29.00% from 707); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBCD is #040432. Grayscale: #F5F5F5. Windows color (decimal): -263219 or 13499387. OLE color: 13499387.

HSL color Cylindrical-coordinate representation of color #FBFBCD: hue angle of 60º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBFBCD is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 205 -
CMYK 0 0 0.18 0.02
HSL 60º 0.85% 0.89% -
HSV(B) 60º 0.18% 0.98% -
XYZ 85.3 93.91 71.39 -
YUV 245.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 251 251 205 0 0 0.18 0.02 60 0.85 0.89
Hex FB FB CD 0 0 12 2 3C 55 59
Octal 373 373 315 0 0 22 2 74 125 131
Binary 11111011 11111011 11001101 0 0 10010 10 111100 1010101 1011001

Color Harmonies of #FBFBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBCD

Black with #FBFBCD

Text Example


Text Example

White with #FBFBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBCD; }

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

 H1.HeaderClassName
 {
   color: #FBFBCD;
 }
 .AnyTagClassName
 {
   color: #FBFBCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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