Html Css Color HEX #FBFFCF Light Goldenrod Yellow

📋 copy color: '#FBFFCF'

red 251 ◦ green 255 ◦ blue 207

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

Shades of Light Goldenrod Yellow #FBFFCF

Tints of Light Goldenrod Yellow #FBFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 35.76%

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

R = 35.2%
G = 35.76%
B = 29.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FBFFCF (or 0xFBFFCF) is known color: Light Goldenrod Yellow. HEX triplet: FB, FF and CF. RGB value is (251,255,207). Sum of RGB (Red+Green+Blue) = 251+255+207=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFCF is #040030. Grayscale: #F8F8F8. Windows color (decimal): -262193 or 13631483. OLE color: 13631483.

HSL color Cylindrical-coordinate representation of color #FBFFCF: hue angle of 65º 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 #FBFFCF is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 251 255 207 -
CMYK 0.02 0 0.19 0
HSL 65º 1% 0.91% -
HSV(B) 65º 0.19% 1% -
XYZ 86.81 96.53 73.09 -
YUV 248.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 251 255 207 0.02 0 0.19 0 65 1 0.91
Hex FB FF CF 2 0 13 0 41 64 5B
Octal 373 377 317 2 0 23 0 101 144 133
Binary 11111011 11111111 11001111 10 0 10011 0 1000001 1100100 1011011

Color Harmonies of #FBFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFCF

Black with #FBFFCF

Text Example


Text Example

White with #FBFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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