#FFC7F0

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

Shades of Classic Rose #FFC7F0

Tints of Classic Rose #FFC7F0

Color information

#FFC7F0 (or 0xFFC7F0) is unknown color: approx Classic Rose. HEX triplet: FF, C7 and F0. RGB value is (255,199,240). Sum of RGB (Red+Green+Blue) = 255+199+240=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 199 (78.12% from 255 or 28.67% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F0 is #00380F. Grayscale: #DCDCDC. Windows color (decimal): -14352 or 15779839. OLE color: 15779839.

HSL color Cylindrical-coordinate representation of color #FFC7F0: hue angle of 316.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7F0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255199240-
CMYK00.220.060
HSL316.07º100%89.02%-
HSV(B)316.07º21.96%100%-
XYZ77.3968.491.56-
YUV220.42139.05152.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 199 (78.12% from 255) = 28.67%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=36.74%
G=28.67%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519924000.220.060316.0710089.02
HexFFC7F00166013c6459
Octal37730736002660474144131
Binary111111111100011111110000010110110010011110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7F0; }

 p { color: rgb(255,199,240); }

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

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

 a { background-color: rgb(255,199,240); }

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

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

 span { border-color: rgb(255,199,240); }

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