Html Css Color HEX #FDDF9E Cream Brulee

📋 copy color: '#FDDF9E'

red 253 ◦ green 223 ◦ blue 158

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

Shades of Cream Brulee #FDDF9E

Tints of Cream Brulee #FDDF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.92%

R = 39.91%
G = 35.17%
B = 24.92%

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

#FDDF9E (or 0xFDDF9E) is known color: Cream Brulee. HEX triplet: FD, DF and 9E. RGB value is (253,223,158). Sum of RGB (Red+Green+Blue) = 253+223+158=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF9E is #022061. Grayscale: #E0E0E0. Windows color (decimal): -139362 or 10412029. OLE color: 10412029.

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

Color convert

RGB 253 223 158 -
CMYK 0 0.12 0.38 0.01
HSL 41.05º 0.96% 0.81% -
HSV(B) 41.05º 0.38% 0.99% -
XYZ 73.07 76.13 43.19 -
YUV 224.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 253 223 158 0 0.12 0.38 0.01 41.05 0.96 0.81
Hex FD DF 9E 0 C 26 1 29 60 51
Octal 375 337 236 0 14 46 1 51 140 121
Binary 11111101 11011111 10011110 0 1100 100110 1 101001 1100000 1010001

Color Harmonies of #FDDF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF9E

Black with #FDDF9E

Text Example


Text Example

White with #FDDF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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