#FFC8E3

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

Shades of Classic Rose #FFC8E3

Tints of Classic Rose #FFC8E3

Color information

#FFC8E3 (or 0xFFC8E3) is unknown color: approx Classic Rose. HEX triplet: FF, C8 and E3. RGB value is (255,200,227). Sum of RGB (Red+Green+Blue) = 255+200+227=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8E3 is #00371C. Grayscale: #DBDBDB. Windows color (decimal): -14109 or 14928127. OLE color: 14928127.

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

Color convert

RGB255200227-
CMYK00.220.110
HSL330.55º100%89.22%-
HSV(B)330.55º21.57%100%-
XYZ75.7668.1181.83-
YUV219.52132.22153.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 200 (78.52% from 255) = 29.33%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=37.39%
G=29.33%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520022700.220.110330.5510089.22
HexFFC8E3016B014b6459
Octal377310343026130513144131
Binary1111111111001000111000110101101011010100101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8E3; }

 p { color: rgb(255,200,227); }

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

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

 a { background-color: rgb(255,200,227); }

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

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

 span { border-color: rgb(255,200,227); }

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