Html Css Color HEX #FEDD9D Cream Brulee

📋 copy color: '#FEDD9D'

red 254 ◦ green 221 ◦ blue 157

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

Shades of Cream Brulee #FEDD9D

Tints of Cream Brulee #FEDD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.97%

 BLUE value IS 157 (61.72% from 255) = 24.84%

R = 40.19%
G = 34.97%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEDD9D (or 0xFEDD9D) is known color: Cream Brulee. HEX triplet: FE, DD and 9D. RGB value is (254,221,157). Sum of RGB (Red+Green+Blue) = 254+221+157=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9D is #012262. Grayscale: #DFDFDF. Windows color (decimal): -74339 or 10345982. OLE color: 10345982.

HSL color Cylindrical-coordinate representation of color #FEDD9D: hue angle of 39.59º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEDD9D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 157 -
CMYK 0 0.13 0.38 0.00
HSL 39.59º 0.98% 0.81% -
HSV(B) 39.59º 0.38% 1% -
XYZ 72.82 75.22 42.58 -
YUV 223.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 254 221 157 0 0.13 0.38 0.00 39.59 0.98 0.81
Hex FE DD 9D 0 D 26 0 28 62 51
Octal 376 335 235 0 15 46 0 50 142 121
Binary 11111110 11011101 10011101 0 1101 100110 0 101000 1100010 1010001

Color Harmonies of #FEDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD9D

Black with #FEDD9D

Text Example


Text Example

White with #FEDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD9D; }

 p { color: rgb(254,221,157); }

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

background-color css

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

 a { background-color: rgb(254,221,157); }

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

border-color css

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

 span { border-color: rgb(254,221,157); }

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