Html Css Color HEX #FBFDD0 Light Goldenrod Yellow

📋 copy color: '#FBFDD0'

red 251 ◦ green 253 ◦ blue 208

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

Shades of Light Goldenrod Yellow #FBFDD0

Tints of Light Goldenrod Yellow #FBFDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.53%

 BLUE value IS 208 (81.64% from 255) = 29.21%

R = 35.25%
G = 35.53%
B = 29.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FBFDD0 (or 0xFBFDD0) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D0. RGB value is (251,253,208). Sum of RGB (Red+Green+Blue) = 251+253+208=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 208 (81.64% from 255 or 29.21% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD0 is #04022F. Grayscale: #F7F7F7. Windows color (decimal): -262704 or 13696507. OLE color: 13696507.

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

Color convert

RGB 251 253 208 -
CMYK 0.01 0 0.18 0.01
HSL 62.67º 0.92% 0.9% -
HSV(B) 62.67º 0.18% 0.99% -
XYZ 86.29 95.31 73.52 -
YUV 247.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 251 253 208 0.01 0 0.18 0.01 62.67 0.92 0.9
Hex FB FD D0 1 0 12 1 3F 5C 5A
Octal 373 375 320 1 0 22 1 77 134 132
Binary 11111011 11111101 11010000 1 0 10010 1 111111 1011100 1011010

Color Harmonies of #FBFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDD0

Black with #FBFDD0

Text Example


Text Example

White with #FBFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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