#FFC9EA

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

Shades of Classic Rose #FFC9EA

Tints of Classic Rose #FFC9EA

Color information

#FFC9EA (or 0xFFC9EA) is unknown color: approx Classic Rose. HEX triplet: FF, C9 and EA. RGB value is (255,201,234). Sum of RGB (Red+Green+Blue) = 255+201+234=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9EA is #003615. Grayscale: #DCDCDC. Windows color (decimal): -13846 or 15387135. OLE color: 15387135.

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

Color convert

RGB255201234-
CMYK00.210.080
HSL323.33º100%89.41%-
HSV(B)323.33º21.18%100%-
XYZ76.9868.9787.1-
YUV220.91135.39152.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 201 (78.91% from 255) = 29.13%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=36.96%
G=29.13%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520123400.210.080323.3310089.41
HexFFC9EA015801436459
Octal377311352025100503144131
Binary1111111111001001111010100101011000010100001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9EA; }

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

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

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

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

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

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

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

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