Html Css Color HEX #FF96BE Carnation Pink

📋 copy color: '#FF96BE'

red 255 ◦ green 150 ◦ blue 190

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

Shades of Carnation Pink #FF96BE

Tints of Carnation Pink #FF96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.21%

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

R = 42.86%
G = 25.21%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF96BE (or 0xFF96BE) is known color: Carnation Pink. HEX triplet: FF, 96 and BE. RGB value is (255,150,190). Sum of RGB (Red+Green+Blue) = 255+150+190=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96BE is #006941. Grayscale: #B9B9B9. Windows color (decimal): -26946 or 12490495. OLE color: 12490495.

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

Color convert

RGB 255 150 190 -
CMYK 0 0.41 0.25 0
HSL 337.14º 1% 0.79% -
HSV(B) 337.14º 0.41% 1% -
XYZ 61.44 46.79 54.51 -
YUV 185.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 255 150 190 0 0.41 0.25 0 337.14 1 0.79
Hex FF 96 BE 0 29 19 0 151 64 4F
Octal 377 226 276 0 51 31 0 521 144 117
Binary 11111111 10010110 10111110 0 101001 11001 0 101010001 1100100 1001111

Color Harmonies of #FF96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96BE

Black with #FF96BE

Text Example


Text Example

White with #FF96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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