Html Css Color HEX #FFFDCB Cream

📋 copy color: '#FFFDCB'

red 255 ◦ green 253 ◦ blue 203

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

Shades of Cream #FFFDCB

Tints of Cream #FFFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 28.55%

R = 35.86%
G = 35.58%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFFDCB (or 0xFFFDCB) is known color: Cream. HEX triplet: FF, FD and CB. RGB value is (255,253,203). Sum of RGB (Red+Green+Blue) = 255+253+203=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 203 (79.69% from 255 or 28.55% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCB is #000234. Grayscale: #F8F8F8. Windows color (decimal): -565 or 13368831. OLE color: 13368831.

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

Color convert

RGB 255 253 203 -
CMYK 0 0.01 0.20 0
HSL 57.69º 1% 0.9% -
HSV(B) 57.69º 0.2% 1% -
XYZ 87.14 95.82 70.4 -
YUV 247.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 255 253 203 0 0.01 0.20 0 57.69 1 0.9
Hex FF FD CB 0 1 14 0 3A 64 5A
Octal 377 375 313 0 1 24 0 72 144 132
Binary 11111111 11111101 11001011 0 1 10100 0 111010 1100100 1011010

Color Harmonies of #FFFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDCB

Black with #FFFDCB

Text Example


Text Example

White with #FFFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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