Html Css Color HEX #FAFDDA Light Yellow

📋 copy color: '#FAFDDA'

red 250 ◦ green 253 ◦ blue 218

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

Shades of Light Yellow #FAFDDA

Tints of Light Yellow #FAFDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.24%

R = 34.67%
G = 35.09%
B = 30.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FAFDDA (or 0xFAFDDA) is known color: Light Yellow. HEX triplet: FA, FD and DA. RGB value is (250,253,218). Sum of RGB (Red+Green+Blue) = 250+253+218=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 218 (85.55% from 255 or 30.24% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDA is #050225. Grayscale: #F8F8F8. Windows color (decimal): -328230 or 14351866. OLE color: 14351866.

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

Color convert

RGB 250 253 218 -
CMYK 0.01 0 0.14 0.01
HSL 65.14º 0.9% 0.92% -
HSV(B) 65.14º 0.14% 0.99% -
XYZ 87.2 95.64 80.19 -
YUV 248.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 250 253 218 0.01 0 0.14 0.01 65.14 0.9 0.92
Hex FA FD DA 1 0 E 1 41 5A 5C
Octal 372 375 332 1 0 16 1 101 132 134
Binary 11111010 11111101 11011010 1 0 1110 1 1000001 1011010 1011100

Color Harmonies of #FAFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDDA

Black with #FAFDDA

Text Example


Text Example

White with #FAFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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