Html Css Color HEX #FF9BBB Carnation Pink

📋 copy color: '#FF9BBB'

red 255 ◦ green 155 ◦ blue 187

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

Shades of Carnation Pink #FF9BBB

Tints of Carnation Pink #FF9BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.96%

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

R = 42.71%
G = 25.96%
B = 31.32%

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

#FF9BBB (or 0xFF9BBB) is known color: Carnation Pink. HEX triplet: FF, 9B and BB. RGB value is (255,155,187). Sum of RGB (Red+Green+Blue) = 255+155+187=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBB is #006444. Grayscale: #BCBCBC. Windows color (decimal): -25669 or 12295167. OLE color: 12295167.

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

Color convert

RGB 255 155 187 -
CMYK 0 0.39 0.27 0
HSL 340.8º 1% 0.8% -
HSV(B) 340.8º 0.39% 1% -
XYZ 61.93 48.29 53.07 -
YUV 188.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 255 155 187 0 0.39 0.27 0 340.8 1 0.8
Hex FF 9B BB 0 27 1B 0 155 64 50
Octal 377 233 273 0 47 33 0 525 144 120
Binary 11111111 10011011 10111011 0 100111 11011 0 101010101 1100100 1010000

Color Harmonies of #FF9BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9BBB

Black with #FF9BBB

Text Example


Text Example

White with #FF9BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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