Html Css Color HEX #FBFDD6 Light Goldenrod Yellow

📋 copy color: '#FBFDD6'

red 251 ◦ green 253 ◦ blue 214

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

Shades of Light Goldenrod Yellow #FBFDD6

Tints of Light Goldenrod Yellow #FBFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 29.81%

R = 34.96%
G = 35.24%
B = 29.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FBFDD6 (or 0xFBFDD6) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D6. RGB value is (251,253,214). Sum of RGB (Red+Green+Blue) = 251+253+214=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 214 (83.98% from 255 or 29.81% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD6 is #040229. Grayscale: #F8F8F8. Windows color (decimal): -262698 or 14089723. OLE color: 14089723.

HSL color Cylindrical-coordinate representation of color #FBFDD6: hue angle of 63.08º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBFDD6 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 253 214 -
CMYK 0.01 0 0.15 0.01
HSL 63.08º 0.91% 0.92% -
HSV(B) 63.08º 0.15% 0.99% -
XYZ 87.05 95.61 77.49 -
YUV 247.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 251 253 214 0.01 0 0.15 0.01 63.08 0.91 0.92
Hex FB FD D6 1 0 F 1 3F 5B 5C
Octal 373 375 326 1 0 17 1 77 133 134
Binary 11111011 11111101 11010110 1 0 1111 1 111111 1011011 1011100

Color Harmonies of #FBFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDD6

Black with #FBFDD6

Text Example


Text Example

White with #FBFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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