#FCCFF1

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

Shades of Classic Rose #FCCFF1

Tints of Classic Rose #FCCFF1

Color information

#FCCFF1 (or 0xFCCFF1) is unknown color: approx Classic Rose. HEX triplet: FC, CF and F1. RGB value is (252,207,241). Sum of RGB (Red+Green+Blue) = 252+207+241=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF1 is #03300E. Grayscale: #E0E0E0. Windows color (decimal): -208911 or 15847420. OLE color: 15847420.

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

Color convert

RGB252207241-
CMYK00.180.040.01
HSL314.67º88.24%90%-
HSV(B)314.67º17.86%98.82%-
XYZ78.3371.6792.92-
YUV224.33137.41147.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 207 (81.25% from 255) = 29.57%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=36%
G=29.57%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220724100.180.040.01314.6788.2490
HexFCCFF10124113b585a
Octal37431736102241473130132
Binary111111001100111111110001010010100110011101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFF1; }

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

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

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

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

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

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

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

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