#FFC9E7

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

Shades of Classic Rose #FFC9E7

Tints of Classic Rose #FFC9E7

Color information

#FFC9E7 (or 0xFFC9E7) is unknown color: approx Classic Rose. HEX triplet: FF, C9 and E7. RGB value is (255,201,231). Sum of RGB (Red+Green+Blue) = 255+201+231=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9E7 is #003618. Grayscale: #DCDCDC. Windows color (decimal): -13849 or 15190527. OLE color: 15190527.

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

Color convert

RGB255201231-
CMYK00.210.090
HSL326.67º100%89.41%-
HSV(B)326.67º21.18%100%-
XYZ76.5568.884.85-
YUV220.57133.89152.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 201 (78.91% from 255) = 29.26%
BLUE value IS 231 (90.62% from 255) = 33.62%
R=37.12%
G=29.26%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520123100.210.090326.6710089.41
HexFFC9E7015901476459
Octal377311347025110507144131
Binary1111111111001001111001110101011001010100011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9E7; }

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

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

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

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

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

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

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

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