Html Css Color HEX #FF9BBE Carnation Pink

📋 copy color: '#FF9BBE'

red 255 ◦ green 155 ◦ blue 190

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

Shades of Carnation Pink #FF9BBE

Tints of Carnation Pink #FF9BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.67%

R = 42.5%
G = 25.83%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9BBE (or 0xFF9BBE) is known color: Carnation Pink. HEX triplet: FF, 9B and BE. RGB value is (255,155,190). Sum of RGB (Red+Green+Blue) = 255+155+190=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBE is #006441. Grayscale: #BCBCBC. Windows color (decimal): -25666 or 12491775. OLE color: 12491775.

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

Color convert

RGB 255 155 190 -
CMYK 0 0.39 0.25 0
HSL 339º 1% 0.8% -
HSV(B) 339º 0.39% 1% -
XYZ 62.26 48.42 54.78 -
YUV 188.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 255 155 190 0 0.39 0.25 0 339 1 0.8
Hex FF 9B BE 0 27 19 0 153 64 50
Octal 377 233 276 0 47 31 0 523 144 120
Binary 11111111 10011011 10111110 0 100111 11001 0 101010011 1100100 1010000

Color Harmonies of #FF9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9BBE

Black with #FF9BBE

Text Example


Text Example

White with #FF9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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