Html Css Color HEX #FF9FBE Carnation Pink

📋 copy color: '#FF9FBE'

red 255 ◦ green 159 ◦ blue 190

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

Shades of Carnation Pink #FF9FBE

Tints of Carnation Pink #FF9FBE

RGB

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

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

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

R = 42.22%
G = 26.32%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9FBE (or 0xFF9FBE) is known color: Carnation Pink. HEX triplet: FF, 9F and BE. RGB value is (255,159,190). Sum of RGB (Red+Green+Blue) = 255+159+190=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FBE is #006041. Grayscale: #BFBFBF. Windows color (decimal): -24642 or 12492799. OLE color: 12492799.

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

Color convert

RGB 255 159 190 -
CMYK 0 0.38 0.25 0
HSL 340.63º 1% 0.81% -
HSV(B) 340.63º 0.38% 1% -
XYZ 62.93 49.77 55.01 -
YUV 191.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 255 159 190 0 0.38 0.25 0 340.63 1 0.81
Hex FF 9F BE 0 26 19 0 155 64 51
Octal 377 237 276 0 46 31 0 525 144 121
Binary 11111111 10011111 10111110 0 100110 11001 0 101010101 1100100 1010001

Color Harmonies of #FF9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FBE

Black with #FF9FBE

Text Example


Text Example

White with #FF9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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