Html Css Color HEX #FF9BBF Carnation Pink

📋 copy color: '#FF9BBF'

red 255 ◦ green 155 ◦ blue 191

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

Shades of Carnation Pink #FF9BBF

Tints of Carnation Pink #FF9BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.78%

R = 42.43%
G = 25.79%
B = 31.78%

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

#FF9BBF (or 0xFF9BBF) is known color: Carnation Pink. HEX triplet: FF, 9B and BF. RGB value is (255,155,191). Sum of RGB (Red+Green+Blue) = 255+155+191=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBF is #006440. Grayscale: #BCBCBC. Windows color (decimal): -25665 or 12557311. OLE color: 12557311.

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

Color convert

RGB 255 155 191 -
CMYK 0 0.39 0.25 0
HSL 338.4º 1% 0.8% -
HSV(B) 338.4º 0.39% 1% -
XYZ 62.37 48.46 55.36 -
YUV 189 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 255 155 191 0 0.39 0.25 0 338.4 1 0.8
Hex FF 9B BF 0 27 19 0 152 64 50
Octal 377 233 277 0 47 31 0 522 144 120
Binary 11111111 10011011 10111111 0 100111 11001 0 101010010 1100100 1010000

Color Harmonies of #FF9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9BBF

Black with #FF9BBF

Text Example


Text Example

White with #FF9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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