Html Css Color HEX #FE96C3 Carnation Pink

📋 copy color: '#FE96C3'

red 254 ◦ green 150 ◦ blue 195

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

Shades of Carnation Pink #FE96C3

Tints of Carnation Pink #FE96C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.55%

R = 42.4%
G = 25.04%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE96C3 (or 0xFE96C3) is known color: Carnation Pink. HEX triplet: FE, 96 and C3. RGB value is (254,150,195). Sum of RGB (Red+Green+Blue) = 254+150+195=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C3 is #01693C. Grayscale: #BABABA. Windows color (decimal): -92477 or 12818174. OLE color: 12818174.

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

Color convert

RGB 254 150 195 -
CMYK 0 0.41 0.23 0.00
HSL 334.04º 0.98% 0.79% -
HSV(B) 334.04º 0.41% 1% -
XYZ 61.63 46.82 57.42 -
YUV 186.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 254 150 195 0 0.41 0.23 0.00 334.04 0.98 0.79
Hex FE 96 C3 0 29 17 0 14E 62 4F
Octal 376 226 303 0 51 27 0 516 142 117
Binary 11111110 10010110 11000011 0 101001 10111 0 101001110 1100010 1001111

Color Harmonies of #FE96C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96C3

Black with #FE96C3

Text Example


Text Example

White with #FE96C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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