#FFC7E7

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

Shades of Classic Rose #FFC7E7

Tints of Classic Rose #FFC7E7

Color information

#FFC7E7 (or 0xFFC7E7) is unknown color: approx Classic Rose. HEX triplet: FF, C7 and E7. RGB value is (255,199,231). Sum of RGB (Red+Green+Blue) = 255+199+231=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7E7 is #003818. Grayscale: #DBDBDB. Windows color (decimal): -14361 or 15190015. OLE color: 15190015.

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

Color convert

RGB255199231-
CMYK00.220.090
HSL325.71º100%89.02%-
HSV(B)325.71º21.96%100%-
XYZ76.0967.8884.69-
YUV219.39134.55153.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 199 (78.12% from 255) = 29.05%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=37.23%
G=29.05%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519923100.220.090325.7110089.02
HexFFC7E7016901466459
Octal377307347026110506144131
Binary1111111111000111111001110101101001010100011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7E7; }

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

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

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

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

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

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

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

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