Html Css Color HEX #FBFACE Light Goldenrod Yellow

📋 copy color: '#FBFACE'

red 251 ◦ green 250 ◦ blue 206

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

Shades of Light Goldenrod Yellow #FBFACE

Tints of Light Goldenrod Yellow #FBFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.36%

 BLUE value IS 206 (80.86% from 255) = 29.14%

R = 35.5%
G = 35.36%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBFACE (or 0xFBFACE) is known color: Light Goldenrod Yellow. HEX triplet: FB, FA and CE. RGB value is (251,250,206). Sum of RGB (Red+Green+Blue) = 251+250+206=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 206 (80.86% from 255 or 29.14% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFACE is #040531. Grayscale: #F5F5F5. Windows color (decimal): -263474 or 13564667. OLE color: 13564667.

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

Color convert

RGB 251 250 206 -
CMYK 0 0.00 0.18 0.02
HSL 58.67º 0.85% 0.9% -
HSV(B) 58.67º 0.18% 0.98% -
XYZ 85.11 93.34 71.92 -
YUV 245.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 251 250 206 0 0.00 0.18 0.02 58.67 0.85 0.9
Hex FB FA CE 0 0 12 2 3B 55 5A
Octal 373 372 316 0 0 22 2 73 125 132
Binary 11111011 11111010 11001110 0 0 10010 10 111011 1010101 1011010

Color Harmonies of #FBFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFACE

Black with #FBFACE

Text Example


Text Example

White with #FBFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFACE; }

 p { color: rgb(251,250,206); }

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

background-color css

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

 a { background-color: rgb(251,250,206); }

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

border-color css

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

 span { border-color: rgb(251,250,206); }

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