Html Css Color HEX #FCDCDA Remy

📋 copy color: '#FCDCDA'

red 252 ◦ green 220 ◦ blue 218

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

Shades of Remy #FCDCDA

Tints of Remy #FCDCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.59%

R = 36.52%
G = 31.88%
B = 31.59%

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

#FCDCDA (or 0xFCDCDA) is known color: Remy. HEX triplet: FC, DC and DA. RGB value is (252,220,218). Sum of RGB (Red+Green+Blue) = 252+220+218=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCDA is #032325. Grayscale: #E5E5E5. Windows color (decimal): -205606 or 14343420. OLE color: 14343420.

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

Color convert

RGB 252 220 218 -
CMYK 0 0.13 0.13 0.01
HSL 3.53º 0.85% 0.92% -
HSV(B) 3.53º 0.13% 0.99% -
XYZ 78.39 76.94 77.05 -
YUV 229.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 252 220 218 0 0.13 0.13 0.01 3.53 0.85 0.92
Hex FC DC DA 0 D D 1 4 55 5C
Octal 374 334 332 0 15 15 1 4 125 134
Binary 11111100 11011100 11011010 0 1101 1101 1 100 1010101 1011100

Color Harmonies of #FCDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCDA

Black with #FCDCDA

Text Example


Text Example

White with #FCDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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