Html Css Color HEX #FDDC94 Cream Brulee

📋 copy color: '#FDDC94'

red 253 ◦ green 220 ◦ blue 148

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

Shades of Cream Brulee #FDDC94

Tints of Cream Brulee #FDDC94

RGB

 RED value IS 253 (99.22% from 255) = 40.74%

 GREEN value IS 220 (86.33% from 255) = 35.43%

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

R = 40.74%
G = 35.43%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDDC94 (or 0xFDDC94) is known color: Cream Brulee. HEX triplet: FD, DC and 94. RGB value is (253,220,148). Sum of RGB (Red+Green+Blue) = 253+220+148=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC94 is #02236B. Grayscale: #DDDDDD. Windows color (decimal): -140140 or 9755901. OLE color: 9755901.

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

Color convert

RGB 253 220 148 -
CMYK 0 0.13 0.42 0.01
HSL 41.14º 0.96% 0.79% -
HSV(B) 41.14º 0.42% 0.99% -
XYZ 71.45 74.21 38.57 -
YUV 221.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 253 220 148 0 0.13 0.42 0.01 41.14 0.96 0.79
Hex FD DC 94 0 D 2A 1 29 60 4F
Octal 375 334 224 0 15 52 1 51 140 117
Binary 11111101 11011100 10010100 0 1101 101010 1 101001 1100000 1001111

Color Harmonies of #FDDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC94

Black with #FDDC94

Text Example


Text Example

White with #FDDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC94; }

 p { color: rgb(253,220,148); }

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

background-color css

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

 a { background-color: rgb(253,220,148); }

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

border-color css

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

 span { border-color: rgb(253,220,148); }

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