Html Css Color HEX #FFFDD5 Cream

📋 copy color: '#FFFDD5'

red 255 ◦ green 253 ◦ blue 213

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

Shades of Cream #FFFDD5

Tints of Cream #FFFDD5

RGB

 RED value IS 255 (100% from 255) = 35.37%

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

 BLUE value IS 213 (83.59% from 255) = 29.54%

R = 35.37%
G = 35.09%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFFDD5 (or 0xFFFDD5) is known color: Cream. HEX triplet: FF, FD and D5. RGB value is (255,253,213). Sum of RGB (Red+Green+Blue) = 255+253+213=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 213 (83.59% from 255 or 29.54% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDD5 is #00022A. Grayscale: #F9F9F9. Windows color (decimal): -555 or 14024191. OLE color: 14024191.

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

Color convert

RGB 255 253 213 -
CMYK 0 0.01 0.16 0
HSL 57.14º 1% 0.92% -
HSV(B) 57.14º 0.16% 1% -
XYZ 88.38 96.31 76.88 -
YUV 249.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 255 253 213 0 0.01 0.16 0 57.14 1 0.92
Hex FF FD D5 0 1 10 0 39 64 5C
Octal 377 375 325 0 1 20 0 71 144 134
Binary 11111111 11111101 11010101 0 1 10000 0 111001 1100100 1011100

Color Harmonies of #FFFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDD5

Black with #FFFDD5

Text Example


Text Example

White with #FFFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDD5; }

 p { color: rgb(255,253,213); }

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

background-color css

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

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

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

border-color css

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

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

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