Html Css Color HEX #FE96C0 Carnation Pink

📋 copy color: '#FE96C0'

red 254 ◦ green 150 ◦ blue 192

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

Shades of Carnation Pink #FE96C0

Tints of Carnation Pink #FE96C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.21%

R = 42.62%
G = 25.17%
B = 32.21%

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

#FE96C0 (or 0xFE96C0) is known color: Carnation Pink. HEX triplet: FE, 96 and C0. RGB value is (254,150,192). Sum of RGB (Red+Green+Blue) = 254+150+192=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C0 is #01693F. Grayscale: #B9B9B9. Windows color (decimal): -92480 or 12621566. OLE color: 12621566.

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

Color convert

RGB 254 150 192 -
CMYK 0 0.41 0.24 0.00
HSL 335.77º 0.98% 0.79% -
HSV(B) 335.77º 0.41% 1% -
XYZ 61.29 46.69 55.65 -
YUV 185.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 254 150 192 0 0.41 0.24 0.00 335.77 0.98 0.79
Hex FE 96 C0 0 29 18 0 150 62 4F
Octal 376 226 300 0 51 30 0 520 142 117
Binary 11111110 10010110 11000000 0 101001 11000 0 101010000 1100010 1001111

Color Harmonies of #FE96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96C0

Black with #FE96C0

Text Example


Text Example

White with #FE96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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