Html Css Color HEX #FCFBD3 Light Goldenrod Yellow

📋 copy color: '#FCFBD3'

red 252 ◦ green 251 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FCFBD3

Tints of Light Goldenrod Yellow #FCFBD3

RGB

 RED value IS 252 (98.83% from 255) = 35.29%

 GREEN value IS 251 (98.44% from 255) = 35.15%

 BLUE value IS 211 (82.81% from 255) = 29.55%

R = 35.29%
G = 35.15%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCFBD3 (or 0xFCFBD3) is known color: Light Goldenrod Yellow. HEX triplet: FC, FB and D3. RGB value is (252,251,211). Sum of RGB (Red+Green+Blue) = 252+251+211=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 211 (82.81% from 255 or 29.55% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD3 is #03042C. Grayscale: #F6F6F6. Windows color (decimal): -197677 or 13892604. OLE color: 13892604.

HSL color Cylindrical-coordinate representation of color #FCFBD3: hue angle of 58.54º degrees, saturation: 0.87, 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 #FCFBD3 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 211 -
CMYK 0 0.00 0.16 0.01
HSL 58.54º 0.87% 0.91% -
HSV(B) 58.54º 0.16% 0.99% -
XYZ 86.4 94.39 75.29 -
YUV 246.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 252 251 211 0 0.00 0.16 0.01 58.54 0.87 0.91
Hex FC FB D3 0 0 10 1 3B 57 5B
Octal 374 373 323 0 0 20 1 73 127 133
Binary 11111100 11111011 11010011 0 0 10000 1 111011 1010111 1011011

Color Harmonies of #FCFBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBD3

Black with #FCFBD3

Text Example


Text Example

White with #FCFBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBD3; }

 p { color: rgb(252,251,211); }

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

background-color css

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

 a { background-color: rgb(252,251,211); }

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

border-color css

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

 span { border-color: rgb(252,251,211); }

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