#FFC7E6

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

Shades of Classic Rose #FFC7E6

Tints of Classic Rose #FFC7E6

Color information

#FFC7E6 (or 0xFFC7E6) is unknown color: approx Classic Rose. HEX triplet: FF, C7 and E6. RGB value is (255,199,230). Sum of RGB (Red+Green+Blue) = 255+199+230=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 199 (78.12% from 255 or 29.09% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7E6 is #003819. Grayscale: #DBDBDB. Windows color (decimal): -14362 or 15124479. OLE color: 15124479.

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

Color convert

RGB255199230-
CMYK00.220.100
HSL326.79º100%89.02%-
HSV(B)326.79º21.96%100%-
XYZ75.9567.8283.95-
YUV219.28134.05153.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 199 (78.12% from 255) = 29.09%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=37.28%
G=29.09%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519923000.220.100326.7910089.02
HexFFC7E6016A01476459
Octal377307346026120507144131
Binary1111111111000111111001100101101010010100011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7E6; }

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

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

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

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

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

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

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

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