Html Css Color HEX #FF9FBB Carnation Pink

📋 copy color: '#FF9FBB'

red 255 ◦ green 159 ◦ blue 187

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

Shades of Carnation Pink #FF9FBB

Tints of Carnation Pink #FF9FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.46%

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

R = 42.43%
G = 26.46%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF9FBB (or 0xFF9FBB) is known color: Carnation Pink. HEX triplet: FF, 9F and BB. RGB value is (255,159,187). Sum of RGB (Red+Green+Blue) = 255+159+187=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FBB is #006044. Grayscale: #BEBEBE. Windows color (decimal): -24645 or 12296191. OLE color: 12296191.

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

Color convert

RGB 255 159 187 -
CMYK 0 0.38 0.27 0
HSL 342.5º 1% 0.81% -
HSV(B) 342.5º 0.38% 1% -
XYZ 62.61 49.64 53.3 -
YUV 190.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 255 159 187 0 0.38 0.27 0 342.5 1 0.81
Hex FF 9F BB 0 26 1B 0 156 64 51
Octal 377 237 273 0 46 33 0 526 144 121
Binary 11111111 10011111 10111011 0 100110 11011 0 101010110 1100100 1010001

Color Harmonies of #FF9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FBB

Black with #FF9FBB

Text Example


Text Example

White with #FF9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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