#FFC8EF

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

Shades of Classic Rose #FFC8EF

Tints of Classic Rose #FFC8EF

Color information

#FFC8EF (or 0xFFC8EF) is unknown color: approx Classic Rose. HEX triplet: FF, C8 and EF. RGB value is (255,200,239). Sum of RGB (Red+Green+Blue) = 255+200+239=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8EF is #003710. Grayscale: #DCDCDC. Windows color (decimal): -14097 or 15714559. OLE color: 15714559.

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

Color convert

RGB255200239-
CMYK00.220.060
HSL317.45º100%89.22%-
HSV(B)317.45º21.57%100%-
XYZ77.4768.890.86-
YUV220.89138.22152.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 200 (78.52% from 255) = 28.82%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=36.74%
G=28.82%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520023900.220.060317.4510089.22
HexFFC8EF0166013d6459
Octal37731035702660475144131
Binary111111111100100011101111010110110010011110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8EF; }

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

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

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

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

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

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

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

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