#FCFFCF

Color #FCFFCF Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FCFFCF

Tints of Light Goldenrod Yellow #FCFFCF

Color information

#FCFFCF (or 0xFCFFCF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FF and CF. RGB value is (252,255,207). Sum of RGB (Red+Green+Blue) = 252+255+207=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 207 (81.25% from 255 or 28.99% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCF is #030030. Grayscale: #F8F8F8. Windows color (decimal): -196657 or 13631484. OLE color: 13631484.

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

Color convert

RGB252255207-
CMYK0.0100.190
HSL63.75º100%90.59%-
HSV(B)63.75º18.82%100%-
XYZ87.1796.7273.11-
YUV248.63104.51130.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 207 (81.25% from 255) = 28.99%
R=35.29%
G=35.71%
B=28.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552070.0100.19063.7510090.59
HexFCFFCF1013040645b
Octal37437731710230100144133
Binary11111100111111111100111110100110100000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFCF; }

 p { color: rgb(252,255,207); }

 H1.HeaderClassName
 {
   color: #FCFFCF;
 }
 .AnyTagClassName
 {
   color: #FCFFCF;
 }
</style>
background-color css

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

 a { background-color: rgb(252,255,207); }

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

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

 span { border-color: rgb(252,255,207); }

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