Html Css Color HEX #FE96C9 Carnation Pink

📋 copy color: '#FE96C9'

red 254 ◦ green 150 ◦ blue 201

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

Shades of Carnation Pink #FE96C9

Tints of Carnation Pink #FE96C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 41.98%
G = 24.79%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE96C9 (or 0xFE96C9) is known color: Carnation Pink. HEX triplet: FE, 96 and C9. RGB value is (254,150,201). Sum of RGB (Red+Green+Blue) = 254+150+201=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C9 is #016936. Grayscale: #BABABA. Windows color (decimal): -92471 or 13211390. OLE color: 13211390.

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

Color convert

RGB 254 150 201 -
CMYK 0 0.41 0.21 0.00
HSL 330.58º 0.98% 0.79% -
HSV(B) 330.58º 0.41% 1% -
XYZ 62.32 47.1 61.06 -
YUV 186.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 254 150 201 0 0.41 0.21 0.00 330.58 0.98 0.79
Hex FE 96 C9 0 29 15 0 14B 62 4F
Octal 376 226 311 0 51 25 0 513 142 117
Binary 11111110 10010110 11001001 0 101001 10101 0 101001011 1100010 1001111

Color Harmonies of #FE96C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96C9

Black with #FE96C9

Text Example


Text Example

White with #FE96C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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