#FF9DC7

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

Shades of Carnation Pink #FF9DC7

Tints of Carnation Pink #FF9DC7

Color information

#FF9DC7 (or 0xFF9DC7) is unknown color: approx Carnation Pink. HEX triplet: FF, 9D and C7. RGB value is (255,157,199). Sum of RGB (Red+Green+Blue) = 255+157+199=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DC7 is #006238. Grayscale: #BFBFBF. Windows color (decimal): -25145 or 13082111. OLE color: 13082111.

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

Color convert

RGB255157199-
CMYK00.380.220
HSL334.29º100%80.78%-
HSV(B)334.29º38.43%100%-
XYZ63.6149.560.23-
YUV191.09132.47173.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=41.73%
G=25.70%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515719900.380.220334.2910080.78
HexFF9DC702616014e6451
Octal377235307046260516144121
Binary111111111001110111000111010011010110010100111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DC7; }

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

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

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

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

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

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

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

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