Html Css Color HEX #FFFCCD Cream

📋 copy color: '#FFFCCD'

red 255 ◦ green 252 ◦ blue 205

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

Shades of Cream #FFFCCD

Tints of Cream #FFFCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.39%

 BLUE value IS 205 (80.47% from 255) = 28.79%

R = 35.81%
G = 35.39%
B = 28.79%

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

#FFFCCD (or 0xFFFCCD) is known color: Cream. HEX triplet: FF, FC and CD. RGB value is (255,252,205). Sum of RGB (Red+Green+Blue) = 255+252+205=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 205 (80.47% from 255 or 28.79% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCCD is #000332. Grayscale: #F7F7F7. Windows color (decimal): -819 or 13499647. OLE color: 13499647.

HSL color Cylindrical-coordinate representation of color #FFFCCD: hue angle of 56.4º 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 #FFFCCD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 252 205 -
CMYK 0 0.01 0.20 0
HSL 56.4º 1% 0.9% -
HSV(B) 56.4º 0.2% 1% -
XYZ 87.07 95.29 71.56 -
YUV 247.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 255 252 205 0 0.01 0.20 0 56.4 1 0.9
Hex FF FC CD 0 1 14 0 38 64 5A
Octal 377 374 315 0 1 24 0 70 144 132
Binary 11111111 11111100 11001101 0 1 10100 0 111000 1100100 1011010

Color Harmonies of #FFFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCCD

Black with #FFFCCD

Text Example


Text Example

White with #FFFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCCD; }

 p { color: rgb(255,252,205); }

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

background-color css

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

 a { background-color: rgb(255,252,205); }

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

border-color css

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

 span { border-color: rgb(255,252,205); }

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