Html Css Color HEX #FFDE94 Cream Brulee

📋 copy color: '#FFDE94'

red 255 ◦ green 222 ◦ blue 148

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

Shades of Cream Brulee #FFDE94

Tints of Cream Brulee #FFDE94

RGB

 RED value IS 255 (100% from 255) = 40.8%

 GREEN value IS 222 (87.11% from 255) = 35.52%

 BLUE value IS 148 (58.2% from 255) = 23.68%

R = 40.8%
G = 35.52%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFDE94 (or 0xFFDE94) is known color: Cream Brulee. HEX triplet: FF, DE and 94. RGB value is (255,222,148). Sum of RGB (Red+Green+Blue) = 255+222+148=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE94 is #00216B. Grayscale: #DFDFDF. Windows color (decimal): -8556 or 9756415. OLE color: 9756415.

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

Color convert

RGB 255 222 148 -
CMYK 0 0.13 0.42 0
HSL 41.5º 1% 0.79% -
HSV(B) 41.5º 0.42% 1% -
XYZ 72.71 75.64 38.79 -
YUV 223.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 255 222 148 0 0.13 0.42 0 41.5 1 0.79
Hex FF DE 94 0 D 2A 0 29 64 4F
Octal 377 336 224 0 15 52 0 51 144 117
Binary 11111111 11011110 10010100 0 1101 101010 0 101001 1100100 1001111

Color Harmonies of #FFDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE94

Black with #FFDE94

Text Example


Text Example

White with #FFDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE94; }

 p { color: rgb(255,222,148); }

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

background-color css

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

 a { background-color: rgb(255,222,148); }

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

border-color css

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

 span { border-color: rgb(255,222,148); }

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