Html Css Color HEX #FCFBD4 Light Goldenrod Yellow

📋 copy color: '#FCFBD4'

red 252 ◦ green 251 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FCFBD4

Tints of Light Goldenrod Yellow #FCFBD4

RGB

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

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

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

R = 35.24%
G = 35.1%
B = 29.65%

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

#FCFBD4 (or 0xFCFBD4) is known color: Light Goldenrod Yellow. HEX triplet: FC, FB and D4. RGB value is (252,251,212). Sum of RGB (Red+Green+Blue) = 252+251+212=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 212 (83.20% from 255 or 29.65% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD4 is #03042B. Grayscale: #F7F7F7. Windows color (decimal): -197676 or 13958140. OLE color: 13958140.

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

Color convert

RGB 252 251 212 -
CMYK 0 0.00 0.16 0.01
HSL 58.5º 0.87% 0.91% -
HSV(B) 58.5º 0.16% 0.99% -
XYZ 86.53 94.44 75.96 -
YUV 246.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 252 251 212 0 0.00 0.16 0.01 58.5 0.87 0.91
Hex FC FB D4 0 0 10 1 3A 57 5B
Octal 374 373 324 0 0 20 1 72 127 133
Binary 11111100 11111011 11010100 0 0 10000 1 111010 1010111 1011011

Color Harmonies of #FCFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBD4

Black with #FCFBD4

Text Example


Text Example

White with #FCFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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