Html Css Color HEX #FEDF96 Cream Brulee

📋 copy color: '#FEDF96'

red 254 ◦ green 223 ◦ blue 150

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

Shades of Cream Brulee #FEDF96

Tints of Cream Brulee #FEDF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

 BLUE value IS 150 (58.98% from 255) = 23.92%

R = 40.51%
G = 35.57%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEDF96 (or 0xFEDF96) is known color: Cream Brulee. HEX triplet: FE, DF and 96. RGB value is (254,223,150). Sum of RGB (Red+Green+Blue) = 254+223+150=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF96 is #012069. Grayscale: #E0E0E0. Windows color (decimal): -73834 or 9887742. OLE color: 9887742.

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

Color convert

RGB 254 223 150 -
CMYK 0 0.12 0.41 0.00
HSL 42.12º 0.98% 0.79% -
HSV(B) 42.12º 0.41% 1% -
XYZ 72.77 76.05 39.7 -
YUV 223.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 254 223 150 0 0.12 0.41 0.00 42.12 0.98 0.79
Hex FE DF 96 0 C 29 0 2A 62 4F
Octal 376 337 226 0 14 51 0 52 142 117
Binary 11111110 11011111 10010110 0 1100 101001 0 101010 1100010 1001111

Color Harmonies of #FEDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF96

Black with #FEDF96

Text Example


Text Example

White with #FEDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF96; }

 p { color: rgb(254,223,150); }

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

background-color css

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

 a { background-color: rgb(254,223,150); }

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

border-color css

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

 span { border-color: rgb(254,223,150); }

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