Html Css Color HEX #FF95BE Carnation Pink

📋 copy color: '#FF95BE'

red 255 ◦ green 149 ◦ blue 190

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

Shades of Carnation Pink #FF95BE

Tints of Carnation Pink #FF95BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.08%

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

R = 42.93%
G = 25.08%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF95BE (or 0xFF95BE) is known color: Carnation Pink. HEX triplet: FF, 95 and BE. RGB value is (255,149,190). Sum of RGB (Red+Green+Blue) = 255+149+190=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95BE is #006A41. Grayscale: #B9B9B9. Windows color (decimal): -27202 or 12490239. OLE color: 12490239.

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

Color convert

RGB 255 149 190 -
CMYK 0 0.42 0.25 0
HSL 336.79º 1% 0.79% -
HSV(B) 336.79º 0.42% 1% -
XYZ 61.28 46.47 54.46 -
YUV 185.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 255 149 190 0 0.42 0.25 0 336.79 1 0.79
Hex FF 95 BE 0 2A 19 0 151 64 4F
Octal 377 225 276 0 52 31 0 521 144 117
Binary 11111111 10010101 10111110 0 101010 11001 0 101010001 1100100 1001111

Color Harmonies of #FF95BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95BE

Black with #FF95BE

Text Example


Text Example

White with #FF95BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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