#FFC8EB

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

Shades of Classic Rose #FFC8EB

Tints of Classic Rose #FFC8EB

Color information

#FFC8EB (or 0xFFC8EB) is unknown color: approx Classic Rose. HEX triplet: FF, C8 and EB. RGB value is (255,200,235). Sum of RGB (Red+Green+Blue) = 255+200+235=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8EB is #003714. Grayscale: #DCDCDC. Windows color (decimal): -14101 or 15452415. OLE color: 15452415.

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

Color convert

RGB255200235-
CMYK00.220.080
HSL321.82º100%89.22%-
HSV(B)321.82º21.57%100%-
XYZ76.8968.5787.78-
YUV220.43136.22152.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 200 (78.52% from 255) = 28.99%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=36.96%
G=28.99%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520023500.220.080321.8210089.22
HexFFC8EB016801426459
Octal377310353026100502144131
Binary1111111111001000111010110101101000010100001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8EB; }

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

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

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

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

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

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

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

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