Html Css Color HEX #FE96BE Carnation Pink

📋 copy color: '#FE96BE'

red 254 ◦ green 150 ◦ blue 190

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

Shades of Carnation Pink #FE96BE

Tints of Carnation Pink #FE96BE

RGB

 RED value IS 254 (99.61% from 255) = 42.76%

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

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

R = 42.76%
G = 25.25%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE96BE (or 0xFE96BE) is known color: Carnation Pink. HEX triplet: FE, 96 and BE. RGB value is (254,150,190). Sum of RGB (Red+Green+Blue) = 254+150+190=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96BE is #016941. Grayscale: #B9B9B9. Windows color (decimal): -92482 or 12490494. OLE color: 12490494.

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

Color convert

RGB 254 150 190 -
CMYK 0 0.41 0.25 0.00
HSL 336.92º 0.98% 0.79% -
HSV(B) 336.92º 0.41% 1% -
XYZ 61.07 46.6 54.49 -
YUV 185.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 254 150 190 0 0.41 0.25 0.00 336.92 0.98 0.79
Hex FE 96 BE 0 29 19 0 151 62 4F
Octal 376 226 276 0 51 31 0 521 142 117
Binary 11111110 10010110 10111110 0 101001 11001 0 101010001 1100010 1001111

Color Harmonies of #FE96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96BE

Black with #FE96BE

Text Example


Text Example

White with #FE96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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