Html Css Color HEX #FDFDD1 Cream

📋 copy color: '#FDFDD1'

red 253 ◦ green 253 ◦ blue 209

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

Shades of Cream #FDFDD1

Tints of Cream #FDFDD1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.38%

 BLUE value IS 209 (82.03% from 255) = 29.23%

R = 35.38%
G = 35.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDFDD1 (or 0xFDFDD1) is known color: Cream. HEX triplet: FD, FD and D1. RGB value is (253,253,209). Sum of RGB (Red+Green+Blue) = 253+253+209=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 209 (82.03% from 255 or 29.23% from 715); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD1 is #02022E. Grayscale: #F8F8F8. Windows color (decimal): -131631 or 13762045. OLE color: 13762045.

HSL color Cylindrical-coordinate representation of color #FDFDD1: hue angle of 60º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDFDD1 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 209 -
CMYK 0 0 0.17 0.01
HSL 60º 0.92% 0.91% -
HSV(B) 60º 0.17% 0.99% -
XYZ 87.14 95.74 74.21 -
YUV 247.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 253 253 209 0 0 0.17 0.01 60 0.92 0.91
Hex FD FD D1 0 0 11 1 3C 5C 5B
Octal 375 375 321 0 0 21 1 74 134 133
Binary 11111101 11111101 11010001 0 0 10001 1 111100 1011100 1011011

Color Harmonies of #FDFDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDD1

Black with #FDFDD1

Text Example


Text Example

White with #FDFDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDD1; }

 p { color: rgb(253,253,209); }

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

background-color css

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

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

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

border-color css

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

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

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