#FDCCF2

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

Shades of Classic Rose #FDCCF2

Tints of Classic Rose #FDCCF2

Color information

#FDCCF2 (or 0xFDCCF2) is unknown color: approx Classic Rose. HEX triplet: FD, CC and F2. RGB value is (253,204,242). Sum of RGB (Red+Green+Blue) = 253+204+242=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF2 is #02330D. Grayscale: #DEDEDE. Windows color (decimal): -144142 or 15912189. OLE color: 15912189.

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

Color convert

RGB253204242-
CMYK00.190.040.01
HSL313.47º92.45%89.61%-
HSV(B)313.47º19.37%99.22%-
XYZ78.1370.4893.49-
YUV222.98138.73149.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 204 (80.08% from 255) = 29.18%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=36.19%
G=29.18%
B=34.62%

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
Decimal25320424200.190.040.01313.4792.4589.61
HexFDCCF2013411395c5a
Octal37531436202341471134132
Binary111111011100110011110010010011100110011100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCF2; }

 p { color: rgb(253,204,242); }

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

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

 a { background-color: rgb(253,204,242); }

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

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

 span { border-color: rgb(253,204,242); }

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