#FFC9E8

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

Shades of Classic Rose #FFC9E8

Tints of Classic Rose #FFC9E8

Color information

#FFC9E8 (or 0xFFC9E8) is unknown color: approx Classic Rose. HEX triplet: FF, C9 and E8. RGB value is (255,201,232). Sum of RGB (Red+Green+Blue) = 255+201+232=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9E8 is #003617. Grayscale: #DCDCDC. Windows color (decimal): -13848 or 15256063. OLE color: 15256063.

HSL color Cylindrical-coordinate representation of color #FFC9E8: hue angle of 325.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9E8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255201232-
CMYK00.210.090
HSL325.56º100%89.41%-
HSV(B)325.56º21.18%100%-
XYZ76.6968.8685.59-
YUV220.68134.39152.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 201 (78.91% from 255) = 29.22%
BLUE value IS 232 (91.02% from 255) = 33.72%
R=37.06%
G=29.22%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520123200.210.090325.5610089.41
HexFFC9E8015901466459
Octal377311350025110506144131
Binary1111111111001001111010000101011001010100011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9E8; }

 p { color: rgb(255,201,232); }

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

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

 a { background-color: rgb(255,201,232); }

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

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

 span { border-color: rgb(255,201,232); }

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