Html Css Color HEX #FE96C1 Carnation Pink

📋 copy color: '#FE96C1'

red 254 ◦ green 150 ◦ blue 193

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

Shades of Carnation Pink #FE96C1

Tints of Carnation Pink #FE96C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.33%

R = 42.55%
G = 25.13%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE96C1 (or 0xFE96C1) is known color: Carnation Pink. HEX triplet: FE, 96 and C1. RGB value is (254,150,193). Sum of RGB (Red+Green+Blue) = 254+150+193=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C1 is #01693E. Grayscale: #B9B9B9. Windows color (decimal): -92479 or 12687102. OLE color: 12687102.

HSL color Cylindrical-coordinate representation of color #FE96C1: hue angle of 335.19º 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 #FE96C1 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 150 193 -
CMYK 0 0.41 0.24 0.00
HSL 335.19º 0.98% 0.79% -
HSV(B) 335.19º 0.41% 1% -
XYZ 61.41 46.73 56.24 -
YUV 186 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 254 150 193 0 0.41 0.24 0.00 335.19 0.98 0.79
Hex FE 96 C1 0 29 18 0 14F 62 4F
Octal 376 226 301 0 51 30 0 517 142 117
Binary 11111110 10010110 11000001 0 101001 11000 0 101001111 1100010 1001111

Color Harmonies of #FE96C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96C1

Black with #FE96C1

Text Example


Text Example

White with #FE96C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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