Html Css Color HEX #FF9CBA Carnation Pink

📋 copy color: '#FF9CBA'

red 255 ◦ green 156 ◦ blue 186

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

Shades of Carnation Pink #FF9CBA

Tints of Carnation Pink #FF9CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 42.71%
G = 26.13%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF9CBA (or 0xFF9CBA) is known color: Carnation Pink. HEX triplet: FF, 9C and BA. RGB value is (255,156,186). Sum of RGB (Red+Green+Blue) = 255+156+186=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CBA is #006345. Grayscale: #BDBDBD. Windows color (decimal): -25414 or 12229887. OLE color: 12229887.

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

Color convert

RGB 255 156 186 -
CMYK 0 0.39 0.27 0
HSL 341.82º 1% 0.81% -
HSV(B) 341.82º 0.39% 1% -
XYZ 61.99 48.58 52.56 -
YUV 189.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 255 156 186 0 0.39 0.27 0 341.82 1 0.81
Hex FF 9C BA 0 27 1B 0 156 64 51
Octal 377 234 272 0 47 33 0 526 144 121
Binary 11111111 10011100 10111010 0 100111 11011 0 101010110 1100100 1010001

Color Harmonies of #FF9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CBA

Black with #FF9CBA

Text Example


Text Example

White with #FF9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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