Html Css Color HEX #FBFFD4 Light Goldenrod Yellow

📋 copy color: '#FBFFD4'

red 251 ◦ green 255 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FBFFD4

Tints of Light Goldenrod Yellow #FBFFD4

RGB

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

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

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

R = 34.96%
G = 35.52%
B = 29.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FBFFD4 (or 0xFBFFD4) is known color: Light Goldenrod Yellow. HEX triplet: FB, FF and D4. RGB value is (251,255,212). Sum of RGB (Red+Green+Blue) = 251+255+212=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 212 (83.20% from 255 or 29.53% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD4 is #04002B. Grayscale: #F9F9F9. Windows color (decimal): -262188 or 13959163. OLE color: 13959163.

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

Color convert

RGB 251 255 212 -
CMYK 0.02 0 0.17 0
HSL 65.58º 1% 0.92% -
HSV(B) 65.58º 0.17% 1% -
XYZ 87.43 96.78 76.36 -
YUV 248.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 251 255 212 0.02 0 0.17 0 65.58 1 0.92
Hex FB FF D4 2 0 11 0 42 64 5C
Octal 373 377 324 2 0 21 0 102 144 134
Binary 11111011 11111111 11010100 10 0 10001 0 1000010 1100100 1011100

Color Harmonies of #FBFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFD4

Black with #FBFFD4

Text Example


Text Example

White with #FBFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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