#FCCDF1

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

Shades of Classic Rose #FCCDF1

Tints of Classic Rose #FCCDF1

Color information

#FCCDF1 (or 0xFCCDF1) is unknown color: approx Classic Rose. HEX triplet: FC, CD and F1. RGB value is (252,205,241). Sum of RGB (Red+Green+Blue) = 252+205+241=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF1 is #03320E. Grayscale: #DFDFDF. Windows color (decimal): -209423 or 15846908. OLE color: 15846908.

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

Color convert

RGB252205241-
CMYK00.190.040.01
HSL314.04º88.68%89.61%-
HSV(B)314.04º18.65%98.82%-
XYZ77.8570.7192.76-
YUV223.16138.07148.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=36.10%
G=29.37%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220524100.190.040.01314.0488.6889.61
HexFCCDF10134113a595a
Octal37431536102341472131132
Binary111111001100110111110001010011100110011101010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDF1; }

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

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

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

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

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

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

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

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