Html Css Color HEX #FEF5D9 Off Yellow

📋 copy color: '#FEF5D9'

red 254 ◦ green 245 ◦ blue 217

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

Shades of Off Yellow #FEF5D9

Tints of Off Yellow #FEF5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 30.31%

R = 35.47%
G = 34.22%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEF5D9 (or 0xFEF5D9) is known color: Off Yellow. HEX triplet: FE, F5 and D9. RGB value is (254,245,217). Sum of RGB (Red+Green+Blue) = 254+245+217=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 217 (85.16% from 255 or 30.31% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5D9 is #010A26. Grayscale: #F4F4F4. Windows color (decimal): -68135 or 14284286. OLE color: 14284286.

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

Color convert

RGB 254 245 217 -
CMYK 0 0.04 0.15 0.00
HSL 45.41º 0.95% 0.92% -
HSV(B) 45.41º 0.15% 1% -
XYZ 86.05 91.39 78.75 -
YUV 244.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 254 245 217 0 0.04 0.15 0.00 45.41 0.95 0.92
Hex FE F5 D9 0 4 F 0 2D 5F 5C
Octal 376 365 331 0 4 17 0 55 137 134
Binary 11111110 11110101 11011001 0 100 1111 0 101101 1011111 1011100

Color Harmonies of #FEF5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5D9

Black with #FEF5D9

Text Example


Text Example

White with #FEF5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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