#FF9DCE

Color #FF9DCE Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FF9DCE

Tints of Carnation Pink #FF9DCE

Color information

#FF9DCE (or 0xFF9DCE) is unknown color: approx Carnation Pink. HEX triplet: FF, 9D and CE. RGB value is (255,157,206). Sum of RGB (Red+Green+Blue) = 255+157+206=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCE is #006231. Grayscale: #BFBFBF. Windows color (decimal): -25138 or 13540863. OLE color: 13540863.

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

Color convert

RGB255157206-
CMYK00.380.190
HSL330º100%80.78%-
HSV(B)330º38.43%100%-
XYZ64.4449.8364.61-
YUV191.89135.97173.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=41.26%
G=25.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515720600.380.19033010080.78
HexFF9DCE02613014a6451
Octal377235316046230512144121
Binary111111111001110111001110010011010011010100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DCE; }

 p { color: rgb(255,157,206); }

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

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

 a { background-color: rgb(255,157,206); }

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

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

 span { border-color: rgb(255,157,206); }

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