Html Css Color HEX #FEF5DA Off Yellow

📋 copy color: '#FEF5DA'

red 254 ◦ green 245 ◦ blue 218

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

Shades of Off Yellow #FEF5DA

Tints of Off Yellow #FEF5DA

RGB

 RED value IS 254 (99.61% from 255) = 35.43%

 GREEN value IS 245 (96.09% from 255) = 34.17%

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

R = 35.43%
G = 34.17%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEF5DA (or 0xFEF5DA) is known color: Off Yellow. HEX triplet: FE, F5 and DA. RGB value is (254,245,218). Sum of RGB (Red+Green+Blue) = 254+245+218=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DA is #010A25. Grayscale: #F4F4F4. Windows color (decimal): -68134 or 14349822. OLE color: 14349822.

HSL color Cylindrical-coordinate representation of color #FEF5DA: hue angle of 45º 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 #FEF5DA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 218 -
CMYK 0 0.04 0.14 0.00
HSL 45º 0.95% 0.93% -
HSV(B) 45º 0.14% 1% -
XYZ 86.18 91.44 79.44 -
YUV 244.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 254 245 218 0 0.04 0.14 0.00 45 0.95 0.93
Hex FE F5 DA 0 4 E 0 2D 5F 5D
Octal 376 365 332 0 4 16 0 55 137 135
Binary 11111110 11110101 11011010 0 100 1110 0 101101 1011111 1011101

Color Harmonies of #FEF5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5DA

Black with #FEF5DA

Text Example


Text Example

White with #FEF5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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