Html Css Color HEX #FCDCDB Remy

📋 copy color: '#FCDCDB'

red 252 ◦ green 220 ◦ blue 219

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

Shades of Remy #FCDCDB

Tints of Remy #FCDCDB

RGB

 RED value IS 252 (98.83% from 255) = 36.47%

 GREEN value IS 220 (86.33% from 255) = 31.84%

 BLUE value IS 219 (85.94% from 255) = 31.69%

R = 36.47%
G = 31.84%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCDCDB (or 0xFCDCDB) is known color: Remy. HEX triplet: FC, DC and DB. RGB value is (252,220,219). Sum of RGB (Red+Green+Blue) = 252+220+219=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCDB is #032324. Grayscale: #E5E5E5. Windows color (decimal): -205605 or 14408956. OLE color: 14408956.

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

Color convert

RGB 252 220 219 -
CMYK 0 0.13 0.13 0.01
HSL 1.82º 0.85% 0.92% -
HSV(B) 1.82º 0.13% 0.99% -
XYZ 78.52 77 77.74 -
YUV 229.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 252 220 219 0 0.13 0.13 0.01 1.82 0.85 0.92
Hex FC DC DB 0 D D 1 2 55 5C
Octal 374 334 333 0 15 15 1 2 125 134
Binary 11111100 11011100 11011011 0 1101 1101 1 10 1010101 1011100

Color Harmonies of #FCDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCDB

Black with #FCDCDB

Text Example


Text Example

White with #FCDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCDB; }

 p { color: rgb(252,220,219); }

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

background-color css

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

 a { background-color: rgb(252,220,219); }

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

border-color css

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

 span { border-color: rgb(252,220,219); }

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