#FFC8ED

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

Shades of Classic Rose #FFC8ED

Tints of Classic Rose #FFC8ED

Color information

#FFC8ED (or 0xFFC8ED) is unknown color: approx Classic Rose. HEX triplet: FF, C8 and ED. RGB value is (255,200,237). Sum of RGB (Red+Green+Blue) = 255+200+237=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8ED is #003712. Grayscale: #DCDCDC. Windows color (decimal): -14099 or 15583487. OLE color: 15583487.

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

Color convert

RGB255200237-
CMYK00.220.070
HSL319.64º100%89.22%-
HSV(B)319.64º21.57%100%-
XYZ77.1868.6889.31-
YUV220.66137.22152.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 200 (78.52% from 255) = 28.90%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=36.85%
G=28.90%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520023700.220.070319.6410089.22
HexFFC8ED016701406459
Octal37731035502670500144131
Binary111111111100100011101101010110111010100000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8ED; }

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

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

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

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

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

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

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

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