Html Css Color HEX #FF9CBB Carnation Pink

📋 copy color: '#FF9CBB'

red 255 ◦ green 156 ◦ blue 187

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

Shades of Carnation Pink #FF9CBB

Tints of Carnation Pink #FF9CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 42.64%
G = 26.09%
B = 31.27%

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

#FF9CBB (or 0xFF9CBB) is known color: Carnation Pink. HEX triplet: FF, 9C and BB. RGB value is (255,156,187). Sum of RGB (Red+Green+Blue) = 255+156+187=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CBB is #006344. Grayscale: #BDBDBD. Windows color (decimal): -25413 or 12295423. OLE color: 12295423.

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

Color convert

RGB 255 156 187 -
CMYK 0 0.39 0.27 0
HSL 341.21º 1% 0.81% -
HSV(B) 341.21º 0.39% 1% -
XYZ 62.1 48.62 53.13 -
YUV 189.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 255 156 187 0 0.39 0.27 0 341.21 1 0.81
Hex FF 9C BB 0 27 1B 0 155 64 51
Octal 377 234 273 0 47 33 0 525 144 121
Binary 11111111 10011100 10111011 0 100111 11011 0 101010101 1100100 1010001

Color Harmonies of #FF9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CBB

Black with #FF9CBB

Text Example


Text Example

White with #FF9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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