Html Css Color HEX #FEDD98 Cream Brulee

📋 copy color: '#FEDD98'

red 254 ◦ green 221 ◦ blue 152

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

Shades of Cream Brulee #FEDD98

Tints of Cream Brulee #FEDD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.24%

R = 40.51%
G = 35.25%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEDD98 (or 0xFEDD98) is known color: Cream Brulee. HEX triplet: FE, DD and 98. RGB value is (254,221,152). Sum of RGB (Red+Green+Blue) = 254+221+152=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD98 is #012267. Grayscale: #DFDFDF. Windows color (decimal): -74344 or 10018302. OLE color: 10018302.

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

Color convert

RGB 254 221 152 -
CMYK 0 0.13 0.40 0.00
HSL 40.59º 0.98% 0.8% -
HSV(B) 40.59º 0.4% 1% -
XYZ 72.4 75.05 40.38 -
YUV 223 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 254 221 152 0 0.13 0.40 0.00 40.59 0.98 0.8
Hex FE DD 98 0 D 28 0 29 62 50
Octal 376 335 230 0 15 50 0 51 142 120
Binary 11111110 11011101 10011000 0 1101 101000 0 101001 1100010 1010000

Color Harmonies of #FEDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD98

Black with #FEDD98

Text Example


Text Example

White with #FEDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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