Html Css Color HEX #FBFFD2 Light Goldenrod Yellow

📋 copy color: '#FBFFD2'

red 251 ◦ green 255 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FBFFD2

Tints of Light Goldenrod Yellow #FBFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 35.61%

 BLUE value IS 210 (82.42% from 255) = 29.33%

R = 35.06%
G = 35.61%
B = 29.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FBFFD2 (or 0xFBFFD2) is known color: Light Goldenrod Yellow. HEX triplet: FB, FF and D2. RGB value is (251,255,210). Sum of RGB (Red+Green+Blue) = 251+255+210=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 210 (82.42% from 255 or 29.33% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD2 is #04002D. Grayscale: #F8F8F8. Windows color (decimal): -262190 or 13828091. OLE color: 13828091.

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

Color convert

RGB 251 255 210 -
CMYK 0.02 0 0.18 0
HSL 65.33º 1% 0.91% -
HSV(B) 65.33º 0.18% 1% -
XYZ 87.18 96.68 75.04 -
YUV 248.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 251 255 210 0.02 0 0.18 0 65.33 1 0.91
Hex FB FF D2 2 0 12 0 41 64 5B
Octal 373 377 322 2 0 22 0 101 144 133
Binary 11111011 11111111 11010010 10 0 10010 0 1000001 1100100 1011011

Color Harmonies of #FBFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFD2

Black with #FBFFD2

Text Example


Text Example

White with #FBFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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