Html Css Color HEX #FEDC8F Cream Brulee

📋 copy color: '#FEDC8F'

red 254 ◦ green 220 ◦ blue 143

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

Shades of Cream Brulee #FEDC8F

Tints of Cream Brulee #FEDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

 BLUE value IS 143 (56.25% from 255) = 23.18%

R = 41.17%
G = 35.66%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEDC8F (or 0xFEDC8F) is known color: Cream Brulee. HEX triplet: FE, DC and 8F. RGB value is (254,220,143). Sum of RGB (Red+Green+Blue) = 254+220+143=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8F is #012370. Grayscale: #DDDDDD. Windows color (decimal): -74609 or 9428222. OLE color: 9428222.

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

Color convert

RGB 254 220 143 -
CMYK 0 0.13 0.44 0.00
HSL 41.62º 0.98% 0.78% -
HSV(B) 41.62º 0.44% 1% -
XYZ 71.42 74.24 36.55 -
YUV 221.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 254 220 143 0 0.13 0.44 0.00 41.62 0.98 0.78
Hex FE DC 8F 0 D 2C 0 2A 62 4E
Octal 376 334 217 0 15 54 0 52 142 116
Binary 11111110 11011100 10001111 0 1101 101100 0 101010 1100010 1001110

Color Harmonies of #FEDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC8F

Black with #FEDC8F

Text Example


Text Example

White with #FEDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC8F; }

 p { color: rgb(254,220,143); }

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

background-color css

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

 a { background-color: rgb(254,220,143); }

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

border-color css

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

 span { border-color: rgb(254,220,143); }

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