#FCCFF0

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

Shades of Classic Rose #FCCFF0

Tints of Classic Rose #FCCFF0

Color information

#FCCFF0 (or 0xFCCFF0) is unknown color: approx Classic Rose. HEX triplet: FC, CF and F0. RGB value is (252,207,240). Sum of RGB (Red+Green+Blue) = 252+207+240=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF0 is #03300F. Grayscale: #E0E0E0. Windows color (decimal): -208912 or 15781884. OLE color: 15781884.

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

Color convert

RGB252207240-
CMYK00.180.050.01
HSL316º88.24%90%-
HSV(B)316º17.86%98.82%-
XYZ78.1971.6192.14-
YUV224.22136.91147.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 207 (81.25% from 255) = 29.61%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=36.05%
G=29.61%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220724000.180.050.0131688.2490
HexFCCFF00125113c585a
Octal37431736002251474130132
Binary111111001100111111110000010010101110011110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFF0; }

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

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

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

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

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

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

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

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