Html Css Color HEX #FAF9CE Light Goldenrod Yellow

📋 copy color: '#FAF9CE'

red 250 ◦ green 249 ◦ blue 206

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

Shades of Light Goldenrod Yellow #FAF9CE

Tints of Light Goldenrod Yellow #FAF9CE

RGB

 RED value IS 250 (98.05% from 255) = 35.46%

 GREEN value IS 249 (97.66% from 255) = 35.32%

 BLUE value IS 206 (80.86% from 255) = 29.22%

R = 35.46%
G = 35.32%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAF9CE (or 0xFAF9CE) is known color: Light Goldenrod Yellow. HEX triplet: FA, F9 and CE. RGB value is (250,249,206). Sum of RGB (Red+Green+Blue) = 250+249+206=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 206 (80.86% from 255 or 29.22% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9CE is #050631. Grayscale: #F4F4F4. Windows color (decimal): -329266 or 13564410. OLE color: 13564410.

HSL color Cylindrical-coordinate representation of color #FAF9CE: hue angle of 58.64º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAF9CE is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 206 -
CMYK 0 0.00 0.18 0.02
HSL 58.64º 0.81% 0.89% -
HSV(B) 58.64º 0.18% 0.98% -
XYZ 84.44 92.53 71.8 -
YUV 244.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 250 249 206 0 0.00 0.18 0.02 58.64 0.81 0.89
Hex FA F9 CE 0 0 12 2 3B 51 59
Octal 372 371 316 0 0 22 2 73 121 131
Binary 11111010 11111001 11001110 0 0 10010 10 111011 1010001 1011001

Color Harmonies of #FAF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9CE

Black with #FAF9CE

Text Example


Text Example

White with #FAF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9CE; }

 p { color: rgb(250,249,206); }

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

background-color css

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

 a { background-color: rgb(250,249,206); }

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

border-color css

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

 span { border-color: rgb(250,249,206); }

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