#FFC9E3

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

Shades of Classic Rose #FFC9E3

Tints of Classic Rose #FFC9E3

Color information

#FFC9E3 (or 0xFFC9E3) is unknown color: approx Classic Rose. HEX triplet: FF, C9 and E3. RGB value is (255,201,227). Sum of RGB (Red+Green+Blue) = 255+201+227=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9E3 is #00361C. Grayscale: #DCDCDC. Windows color (decimal): -13853 or 14928383. OLE color: 14928383.

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

Color convert

RGB255201227-
CMYK00.210.110
HSL331.11º100%89.41%-
HSV(B)331.11º21.18%100%-
XYZ75.9968.5881.9-
YUV220.11131.89152.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 201 (78.91% from 255) = 29.43%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=37.34%
G=29.43%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520122700.210.110331.1110089.41
HexFFC9E3015B014b6459
Octal377311343025130513144131
Binary1111111111001001111000110101011011010100101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9E3; }

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

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

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

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

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

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

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

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