Html Css Color HEX #FEE69E Cream Brulee

📋 copy color: '#FEE69E'

red 254 ◦ green 230 ◦ blue 158

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

Shades of Cream Brulee #FEE69E

Tints of Cream Brulee #FEE69E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.83%

 BLUE value IS 158 (62.11% from 255) = 24.61%

R = 39.56%
G = 35.83%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEE69E (or 0xFEE69E) is known color: Cream Brulee. HEX triplet: FE, E6 and 9E. RGB value is (254,230,158). Sum of RGB (Red+Green+Blue) = 254+230+158=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 158 (62.11% from 255 or 24.61% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE69E is #011961. Grayscale: #E5E5E5. Windows color (decimal): -72034 or 10413822. OLE color: 10413822.

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

Color convert

RGB 254 230 158 -
CMYK 0 0.09 0.38 0.00
HSL 45º 0.98% 0.81% -
HSV(B) 45º 0.38% 1% -
XYZ 75.34 80.13 43.84 -
YUV 228.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 254 230 158 0 0.09 0.38 0.00 45 0.98 0.81
Hex FE E6 9E 0 9 26 0 2D 62 51
Octal 376 346 236 0 11 46 0 55 142 121
Binary 11111110 11100110 10011110 0 1001 100110 0 101101 1100010 1010001

Color Harmonies of #FEE69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE69E

Black with #FEE69E

Text Example


Text Example

White with #FEE69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE69E; }

 p { color: rgb(254,230,158); }

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

background-color css

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

 a { background-color: rgb(254,230,158); }

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

border-color css

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

 span { border-color: rgb(254,230,158); }

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