Html Css Color HEX #FEDF9B Cream Brulee

📋 copy color: '#FEDF9B'

red 254 ◦ green 223 ◦ blue 155

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

Shades of Cream Brulee #FEDF9B

Tints of Cream Brulee #FEDF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.53%

R = 40.19%
G = 35.28%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEDF9B (or 0xFEDF9B) is known color: Cream Brulee. HEX triplet: FE, DF and 9B. RGB value is (254,223,155). Sum of RGB (Red+Green+Blue) = 254+223+155=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF9B is #012064. Grayscale: #E0E0E0. Windows color (decimal): -73829 or 10215422. OLE color: 10215422.

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

Color convert

RGB 254 223 155 -
CMYK 0 0.12 0.39 0.00
HSL 41.21º 0.98% 0.8% -
HSV(B) 41.21º 0.39% 1% -
XYZ 73.18 76.21 41.86 -
YUV 224.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 254 223 155 0 0.12 0.39 0.00 41.21 0.98 0.8
Hex FE DF 9B 0 C 27 0 29 62 50
Octal 376 337 233 0 14 47 0 51 142 120
Binary 11111110 11011111 10011011 0 1100 100111 0 101001 1100010 1010000

Color Harmonies of #FEDF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF9B

Black with #FEDF9B

Text Example


Text Example

White with #FEDF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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