#FFC7EF

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

Shades of Classic Rose #FFC7EF

Tints of Classic Rose #FFC7EF

Color information

#FFC7EF (or 0xFFC7EF) is unknown color: approx Classic Rose. HEX triplet: FF, C7 and EF. RGB value is (255,199,239). Sum of RGB (Red+Green+Blue) = 255+199+239=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 199 (78.12% from 255 or 28.72% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7EF is #003810. Grayscale: #DCDCDC. Windows color (decimal): -14353 or 15714303. OLE color: 15714303.

HSL color Cylindrical-coordinate representation of color #FFC7EF: hue angle of 317.14º 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 #FFC7EF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255199239-
CMYK00.220.060
HSL317.14º100%89.02%-
HSV(B)317.14º21.96%100%-
XYZ77.2468.3490.78-
YUV220.3138.55152.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 199 (78.12% from 255) = 28.72%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=36.80%
G=28.72%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519923900.220.060317.1410089.02
HexFFC7EF0166013d6459
Octal37730735702660475144131
Binary111111111100011111101111010110110010011110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7EF; }

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

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

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

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

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

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

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

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