Html Css Color HEX #FDDF9D Cream Brulee

📋 copy color: '#FDDF9D'

red 253 ◦ green 223 ◦ blue 157

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

Shades of Cream Brulee #FDDF9D

Tints of Cream Brulee #FDDF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.8%

R = 39.97%
G = 35.23%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDDF9D (or 0xFDDF9D) is known color: Cream Brulee. HEX triplet: FD, DF and 9D. RGB value is (253,223,157). Sum of RGB (Red+Green+Blue) = 253+223+157=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF9D is #022062. Grayscale: #E0E0E0. Windows color (decimal): -139363 or 10346493. OLE color: 10346493.

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

Color convert

RGB 253 223 157 -
CMYK 0 0.12 0.38 0.01
HSL 41.25º 0.96% 0.8% -
HSV(B) 41.25º 0.38% 0.99% -
XYZ 72.98 76.09 42.74 -
YUV 224.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 253 223 157 0 0.12 0.38 0.01 41.25 0.96 0.8
Hex FD DF 9D 0 C 26 1 29 60 50
Octal 375 337 235 0 14 46 1 51 140 120
Binary 11111101 11011111 10011101 0 1100 100110 1 101001 1100000 1010000

Color Harmonies of #FDDF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF9D

Black with #FDDF9D

Text Example


Text Example

White with #FDDF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF9D; }

 p { color: rgb(253,223,157); }

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

background-color css

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

 a { background-color: rgb(253,223,157); }

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

border-color css

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

 span { border-color: rgb(253,223,157); }

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