Html Css Color HEX #FAFFD4 Light Goldenrod Yellow

📋 copy color: '#FAFFD4'

red 250 ◦ green 255 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FAFFD4

Tints of Light Goldenrod Yellow #FAFFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.57%

R = 34.87%
G = 35.56%
B = 29.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FAFFD4 (or 0xFAFFD4) is known color: Light Goldenrod Yellow. HEX triplet: FA, FF and D4. RGB value is (250,255,212). Sum of RGB (Red+Green+Blue) = 250+255+212=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 212 (83.20% from 255 or 29.57% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD4 is #05002B. Grayscale: #F8F8F8. Windows color (decimal): -327724 or 13959162. OLE color: 13959162.

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

Color convert

RGB 250 255 212 -
CMYK 0.02 0 0.17 0
HSL 66.98º 1% 0.92% -
HSV(B) 66.98º 0.17% 1% -
XYZ 87.07 96.6 76.34 -
YUV 248.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 250 255 212 0.02 0 0.17 0 66.98 1 0.92
Hex FA FF D4 2 0 11 0 43 64 5C
Octal 372 377 324 2 0 21 0 103 144 134
Binary 11111010 11111111 11010100 10 0 10001 0 1000011 1100100 1011100

Color Harmonies of #FAFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFD4

Black with #FAFFD4

Text Example


Text Example

White with #FAFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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