Html Css Color HEX #FEE195 Cream Brulee

📋 copy color: '#FEE195'

red 254 ◦ green 225 ◦ blue 149

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

Shades of Cream Brulee #FEE195

Tints of Cream Brulee #FEE195

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

 BLUE value IS 149 (58.59% from 255) = 23.73%

R = 40.45%
G = 35.83%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEE195 (or 0xFEE195) is known color: Cream Brulee. HEX triplet: FE, E1 and 95. RGB value is (254,225,149). Sum of RGB (Red+Green+Blue) = 254+225+149=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE195 is #011E6A. Grayscale: #E1E1E1. Windows color (decimal): -73323 or 9822718. OLE color: 9822718.

HSL color Cylindrical-coordinate representation of color #FEE195: hue angle of 43.43º 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 #FEE195 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 149 -
CMYK 0 0.11 0.41 0.00
HSL 43.43º 0.98% 0.79% -
HSV(B) 43.43º 0.41% 1% -
XYZ 73.22 77.09 39.45 -
YUV 225.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 254 225 149 0 0.11 0.41 0.00 43.43 0.98 0.79
Hex FE E1 95 0 B 29 0 2B 62 4F
Octal 376 341 225 0 13 51 0 53 142 117
Binary 11111110 11100001 10010101 0 1011 101001 0 101011 1100010 1001111

Color Harmonies of #FEE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE195

Black with #FEE195

Text Example


Text Example

White with #FEE195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE195; }

 p { color: rgb(254,225,149); }

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

background-color css

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

 a { background-color: rgb(254,225,149); }

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

border-color css

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

 span { border-color: rgb(254,225,149); }

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