Html Css Color HEX #FE96C8 Carnation Pink

📋 copy color: '#FE96C8'

red 254 ◦ green 150 ◦ blue 200

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

Shades of Carnation Pink #FE96C8

Tints of Carnation Pink #FE96C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 42.05%
G = 24.83%
B = 33.11%

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

#FE96C8 (or 0xFE96C8) is known color: Carnation Pink. HEX triplet: FE, 96 and C8. RGB value is (254,150,200). Sum of RGB (Red+Green+Blue) = 254+150+200=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C8 is #016937. Grayscale: #BABABA. Windows color (decimal): -92472 or 13145854. OLE color: 13145854.

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

Color convert

RGB 254 150 200 -
CMYK 0 0.41 0.21 0.00
HSL 331.15º 0.98% 0.79% -
HSV(B) 331.15º 0.41% 1% -
XYZ 62.2 47.05 60.45 -
YUV 186.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 254 150 200 0 0.41 0.21 0.00 331.15 0.98 0.79
Hex FE 96 C8 0 29 15 0 14B 62 4F
Octal 376 226 310 0 51 25 0 513 142 117
Binary 11111110 10010110 11001000 0 101001 10101 0 101001011 1100010 1001111

Color Harmonies of #FE96C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96C8

Black with #FE96C8

Text Example


Text Example

White with #FE96C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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