Html Css Color HEX #FBFDCF Light Goldenrod Yellow

📋 copy color: '#FBFDCF'

red 251 ◦ green 253 ◦ blue 207

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

Shades of Light Goldenrod Yellow #FBFDCF

Tints of Light Goldenrod Yellow #FBFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.58%

 BLUE value IS 207 (81.25% from 255) = 29.11%

R = 35.3%
G = 35.58%
B = 29.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FBFDCF (or 0xFBFDCF) is known color: Light Goldenrod Yellow. HEX triplet: FB, FD and CF. RGB value is (251,253,207). Sum of RGB (Red+Green+Blue) = 251+253+207=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 207 (81.25% from 255 or 29.11% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDCF is #040230. Grayscale: #F7F7F7. Windows color (decimal): -262705 or 13630971. OLE color: 13630971.

HSL color Cylindrical-coordinate representation of color #FBFDCF: hue angle of 62.61º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBFDCF is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 253 207 -
CMYK 0.01 0 0.18 0.01
HSL 62.61º 0.92% 0.9% -
HSV(B) 62.61º 0.18% 0.99% -
XYZ 86.17 95.26 72.88 -
YUV 247.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 251 253 207 0.01 0 0.18 0.01 62.61 0.92 0.9
Hex FB FD CF 1 0 12 1 3F 5C 5A
Octal 373 375 317 1 0 22 1 77 134 132
Binary 11111011 11111101 11001111 1 0 10010 1 111111 1011100 1011010

Color Harmonies of #FBFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDCF

Black with #FBFDCF

Text Example


Text Example

White with #FBFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDCF; }

 p { color: rgb(251,253,207); }

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

background-color css

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

 a { background-color: rgb(251,253,207); }

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

border-color css

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

 span { border-color: rgb(251,253,207); }

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