Html Css Color HEX #FDDD98 Cream Brulee

📋 copy color: '#FDDD98'

red 253 ◦ green 221 ◦ blue 152

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

Shades of Cream Brulee #FDDD98

Tints of Cream Brulee #FDDD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.3%

 BLUE value IS 152 (59.77% from 255) = 24.28%

R = 40.42%
G = 35.3%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDDD98 (or 0xFDDD98) is known color: Cream Brulee. HEX triplet: FD, DD and 98. RGB value is (253,221,152). Sum of RGB (Red+Green+Blue) = 253+221+152=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD98 is #022267. Grayscale: #DFDFDF. Windows color (decimal): -139880 or 10018301. OLE color: 10018301.

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

Color convert

RGB 253 221 152 -
CMYK 0 0.13 0.40 0.01
HSL 40.99º 0.96% 0.79% -
HSV(B) 40.99º 0.4% 0.99% -
XYZ 72.03 74.86 40.36 -
YUV 222.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 253 221 152 0 0.13 0.40 0.01 40.99 0.96 0.79
Hex FD DD 98 0 D 28 1 29 60 4F
Octal 375 335 230 0 15 50 1 51 140 117
Binary 11111101 11011101 10011000 0 1101 101000 1 101001 1100000 1001111

Color Harmonies of #FDDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD98

Black with #FDDD98

Text Example


Text Example

White with #FDDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD98; }

 p { color: rgb(253,221,152); }

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

background-color css

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

 a { background-color: rgb(253,221,152); }

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

border-color css

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

 span { border-color: rgb(253,221,152); }

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