Html Css Color HEX #FAFFD2 Light Goldenrod Yellow

📋 copy color: '#FAFFD2'

red 250 ◦ green 255 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FAFFD2

Tints of Light Goldenrod Yellow #FAFFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 29.37%

R = 34.97%
G = 35.66%
B = 29.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FAFFD2 (or 0xFAFFD2) is known color: Light Goldenrod Yellow. HEX triplet: FA, FF and D2. RGB value is (250,255,210). Sum of RGB (Red+Green+Blue) = 250+255+210=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 210 (82.42% from 255 or 29.37% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD2 is #05002D. Grayscale: #F8F8F8. Windows color (decimal): -327726 or 13828090. OLE color: 13828090.

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

Color convert

RGB 250 255 210 -
CMYK 0.02 0 0.18 0
HSL 66.67º 1% 0.91% -
HSV(B) 66.67º 0.18% 1% -
XYZ 86.82 96.5 75.02 -
YUV 248.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 250 255 210 0.02 0 0.18 0 66.67 1 0.91
Hex FA FF D2 2 0 12 0 43 64 5B
Octal 372 377 322 2 0 22 0 103 144 133
Binary 11111010 11111111 11010010 10 0 10010 0 1000011 1100100 1011011

Color Harmonies of #FAFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFD2

Black with #FAFFD2

Text Example


Text Example

White with #FAFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFD2; }

 p { color: rgb(250,255,210); }

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

background-color css

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

 a { background-color: rgb(250,255,210); }

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

border-color css

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

 span { border-color: rgb(250,255,210); }

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