Html Css Color HEX #FAFEDA Light Yellow

📋 copy color: '#FAFEDA'

red 250 ◦ green 254 ◦ blue 218

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

Shades of Light Yellow #FAFEDA

Tints of Light Yellow #FAFEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.18%

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

R = 34.63%
G = 35.18%
B = 30.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FAFEDA (or 0xFAFEDA) is known color: Light Yellow. HEX triplet: FA, FE and DA. RGB value is (250,254,218). Sum of RGB (Red+Green+Blue) = 250+254+218=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 218 (85.55% from 255 or 30.19% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEDA is #050125. Grayscale: #F8F8F8. Windows color (decimal): -327974 or 14352122. OLE color: 14352122.

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

Color convert

RGB 250 254 218 -
CMYK 0.02 0 0.14 0.00
HSL 66.67º 0.95% 0.93% -
HSV(B) 66.67º 0.14% 1% -
XYZ 87.52 96.27 80.3 -
YUV 248.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 250 254 218 0.02 0 0.14 0.00 66.67 0.95 0.93
Hex FA FE DA 2 0 E 0 43 5F 5D
Octal 372 376 332 2 0 16 0 103 137 135
Binary 11111010 11111110 11011010 10 0 1110 0 1000011 1011111 1011101

Color Harmonies of #FAFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEDA

Black with #FAFEDA

Text Example


Text Example

White with #FAFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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