Html Css Color HEX #FDDC9C Cream Brulee

📋 copy color: '#FDDC9C'

red 253 ◦ green 220 ◦ blue 156

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

Shades of Cream Brulee #FDDC9C

Tints of Cream Brulee #FDDC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.8%

R = 40.22%
G = 34.98%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDDC9C (or 0xFDDC9C) is known color: Cream Brulee. HEX triplet: FD, DC and 9C. RGB value is (253,220,156). Sum of RGB (Red+Green+Blue) = 253+220+156=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9C is #022363. Grayscale: #DEDEDE. Windows color (decimal): -140132 or 10280189. OLE color: 10280189.

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

Color convert

RGB 253 220 156 -
CMYK 0 0.13 0.38 0.01
HSL 39.59º 0.96% 0.8% -
HSV(B) 39.59º 0.38% 0.99% -
XYZ 72.1 74.47 42.03 -
YUV 222.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 253 220 156 0 0.13 0.38 0.01 39.59 0.96 0.8
Hex FD DC 9C 0 D 26 1 28 60 50
Octal 375 334 234 0 15 46 1 50 140 120
Binary 11111101 11011100 10011100 0 1101 100110 1 101000 1100000 1010000

Color Harmonies of #FDDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC9C

Black with #FDDC9C

Text Example


Text Example

White with #FDDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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