#FF9CC3

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

Shades of Carnation Pink #FF9CC3

Tints of Carnation Pink #FF9CC3

Color information

#FF9CC3 (or 0xFF9CC3) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and C3. RGB value is (255,156,195). Sum of RGB (Red+Green+Blue) = 255+156+195=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC3 is #00633C. Grayscale: #BDBDBD. Windows color (decimal): -25405 or 12819711. OLE color: 12819711.

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

Color convert

RGB255156195-
CMYK00.390.240
HSL336.36º100%80.59%-
HSV(B)336.36º38.82%100%-
XYZ62.9848.9857.76-
YUV190.05130.8174.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=42.08%
G=25.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515619500.390.240336.3610080.59
HexFF9CC30271801506451
Octal377234303047300520144121
Binary111111111001110011000011010011111000010101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CC3; }

 p { color: rgb(255,156,195); }

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

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

 a { background-color: rgb(255,156,195); }

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

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

 span { border-color: rgb(255,156,195); }

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