#FFC7E4

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

Shades of Classic Rose #FFC7E4

Tints of Classic Rose #FFC7E4

Color information

#FFC7E4 (or 0xFFC7E4) is unknown color: approx Classic Rose. HEX triplet: FF, C7 and E4. RGB value is (255,199,228). Sum of RGB (Red+Green+Blue) = 255+199+228=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7E4 is #00381B. Grayscale: #DADADA. Windows color (decimal): -14364 or 14993407. OLE color: 14993407.

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

Color convert

RGB255199228-
CMYK00.220.110
HSL328.93º100%89.02%-
HSV(B)328.93º21.96%100%-
XYZ75.6767.7182.48-
YUV219.05133.05153.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 199 (78.12% from 255) = 29.18%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=37.39%
G=29.18%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519922800.220.110328.9310089.02
HexFFC7E4016B01496459
Octal377307344026130511144131
Binary1111111111000111111001000101101011010100100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7E4; }

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

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

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

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

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

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

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

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