#FCCDEC

Color #FCCDEC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FCCDEC

Tints of Classic Rose #FCCDEC

Color information

#FCCDEC (or 0xFCCDEC) is unknown color: approx Classic Rose. HEX triplet: FC, CD and EC. RGB value is (252,205,236). Sum of RGB (Red+Green+Blue) = 252+205+236=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDEC is #033213. Grayscale: #DEDEDE. Windows color (decimal): -209428 or 15519228. OLE color: 15519228.

HSL color Cylindrical-coordinate representation of color #FCCDEC: hue angle of 320.43º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDEC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252205236-
CMYK00.190.060.01
HSL320.43º88.68%89.61%-
HSV(B)320.43º18.65%98.82%-
XYZ77.1270.4188.88-
YUV222.59135.57148.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=36.36%
G=29.58%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220523600.190.060.01320.4388.6889.61
HexFCCDEC01361140595a
Octal37431535402361500131132
Binary111111001100110111101100010011110110100000010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDEC; }

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

 H1.HeaderClassName
 {
   color: #FCCDEC;
 }
 .AnyTagClassName
 {
   color: #FCCDEC;
 }
</style>
background-color css

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

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

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

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

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

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