Html Css Color HEX #FAFDD3 Light Goldenrod Yellow

📋 copy color: '#FAFDD3'

red 250 ◦ green 253 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FAFDD3

Tints of Light Goldenrod Yellow #FAFDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 29.55%

R = 35.01%
G = 35.43%
B = 29.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FAFDD3 (or 0xFAFDD3) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D3. RGB value is (250,253,211). Sum of RGB (Red+Green+Blue) = 250+253+211=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 211 (82.81% from 255 or 29.55% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD3 is #05022C. Grayscale: #F7F7F7. Windows color (decimal): -328237 or 13893114. OLE color: 13893114.

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

Color convert

RGB 250 253 211 -
CMYK 0.01 0 0.17 0.01
HSL 64.29º 0.91% 0.91% -
HSV(B) 64.29º 0.17% 0.99% -
XYZ 86.31 95.28 75.47 -
YUV 247.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 250 253 211 0.01 0 0.17 0.01 64.29 0.91 0.91
Hex FA FD D3 1 0 11 1 40 5B 5B
Octal 372 375 323 1 0 21 1 100 133 133
Binary 11111010 11111101 11010011 1 0 10001 1 1000000 1011011 1011011

Color Harmonies of #FAFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDD3

Black with #FAFDD3

Text Example


Text Example

White with #FAFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDD3; }

 p { color: rgb(250,253,211); }

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

background-color css

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

 a { background-color: rgb(250,253,211); }

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

border-color css

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

 span { border-color: rgb(250,253,211); }

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