#FCC1DA

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

Shades of Classic Rose #FCC1DA

Tints of Classic Rose #FCC1DA

Color information

#FCC1DA (or 0xFCC1DA) is unknown color: approx Classic Rose. HEX triplet: FC, C1 and DA. RGB value is (252,193,218). Sum of RGB (Red+Green+Blue) = 252+193+218=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1DA is #033E25. Grayscale: #D5D5D5. Windows color (decimal): -212518 or 14336508. OLE color: 14336508.

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

Color convert

RGB252193218-
CMYK00.230.130.01
HSL334.58º90.77%87.25%-
HSV(B)334.58º23.41%98.82%-
XYZ71.8763.974.88-
YUV213.49130.55155.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 193 (75.78% from 255) = 29.11%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=38.01%
G=29.11%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219321800.230.130.01334.5890.7787.25
HexFCC1DA017D114f5b57
Octal374301332027151517133127
Binary1111110011000001110110100101111101110100111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1DA; }

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

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

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

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

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

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

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

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