Html Css Color HEX #FBFDD4 Light Goldenrod Yellow

📋 copy color: '#FBFDD4'

red 251 ◦ green 253 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FBFDD4

Tints of Light Goldenrod Yellow #FBFDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.61%

R = 35.06%
G = 35.34%
B = 29.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FBFDD4 (or 0xFBFDD4) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and D4. RGB value is (251,253,212). Sum of RGB (Red+Green+Blue) = 251+253+212=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 212 (83.20% from 255 or 29.61% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDD4 is #04022B. Grayscale: #F7F7F7. Windows color (decimal): -262700 or 13958651. OLE color: 13958651.

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

Color convert

RGB 251 253 212 -
CMYK 0.01 0 0.16 0.01
HSL 62.93º 0.91% 0.91% -
HSV(B) 62.93º 0.16% 0.99% -
XYZ 86.79 95.51 76.15 -
YUV 247.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 251 253 212 0.01 0 0.16 0.01 62.93 0.91 0.91
Hex FB FD D4 1 0 10 1 3F 5B 5B
Octal 373 375 324 1 0 20 1 77 133 133
Binary 11111011 11111101 11010100 1 0 10000 1 111111 1011011 1011011

Color Harmonies of #FBFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDD4

Black with #FBFDD4

Text Example


Text Example

White with #FBFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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