Html Css Color HEX #FF9CC6 Carnation Pink

📋 copy color: '#FF9CC6'

red 255 ◦ green 156 ◦ blue 198

#FF9CC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FF9CC6

Tints of Carnation Pink #FF9CC6

RGB

 RED value IS 255 (100% from 255) = 41.87%

 GREEN value IS 156 (61.33% from 255) = 25.62%

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 41.87%
G = 25.62%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF9CC6 (or 0xFF9CC6) is known color: Carnation Pink. HEX triplet: FF, 9C and C6. RGB value is (255,156,198). Sum of RGB (Red+Green+Blue) = 255+156+198=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC6 is #006339. Grayscale: #BEBEBE. Windows color (decimal): -25402 or 13016319. OLE color: 13016319.

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

Color convert

RGB 255 156 198 -
CMYK 0 0.39 0.22 0
HSL 334.55º 1% 0.81% -
HSV(B) 334.55º 0.39% 1% -
XYZ 63.32 49.11 59.57 -
YUV 190.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 255 156 198 0 0.39 0.22 0 334.55 1 0.81
Hex FF 9C C6 0 27 16 0 14F 64 51
Octal 377 234 306 0 47 26 0 517 144 121
Binary 11111111 10011100 11000110 0 100111 10110 0 101001111 1100100 1010001

Color Harmonies of #FF9CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CC6

Black with #FF9CC6

Text Example


Text Example

White with #FF9CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CC6; }

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

 H1.HeaderClassName
 {
   color: #FF9CC6;
 }
 .AnyTagClassName
 {
   color: #FF9CC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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