Html Css Color HEX #FF9BBA Carnation Pink

📋 copy color: '#FF9BBA'

red 255 ◦ green 155 ◦ blue 186

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

Shades of Carnation Pink #FF9BBA

Tints of Carnation Pink #FF9BBA

RGB

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

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

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

R = 42.79%
G = 26.01%
B = 31.21%

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

#FF9BBA (or 0xFF9BBA) is known color: Carnation Pink. HEX triplet: FF, 9B and BA. RGB value is (255,155,186). Sum of RGB (Red+Green+Blue) = 255+155+186=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBA is #006445. Grayscale: #BCBCBC. Windows color (decimal): -25670 or 12229631. OLE color: 12229631.

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

Color convert

RGB 255 155 186 -
CMYK 0 0.39 0.27 0
HSL 341.4º 1% 0.8% -
HSV(B) 341.4º 0.39% 1% -
XYZ 61.82 48.25 52.51 -
YUV 188.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 255 155 186 0 0.39 0.27 0 341.4 1 0.8
Hex FF 9B BA 0 27 1B 0 155 64 50
Octal 377 233 272 0 47 33 0 525 144 120
Binary 11111111 10011011 10111010 0 100111 11011 0 101010101 1100100 1010000

Color Harmonies of #FF9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9BBA

Black with #FF9BBA

Text Example


Text Example

White with #FF9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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