Html Css Color HEX #FE96CE Carnation Pink

📋 copy color: '#FE96CE'

red 254 ◦ green 150 ◦ blue 206

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

Shades of Carnation Pink #FE96CE

Tints of Carnation Pink #FE96CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 41.64%
G = 24.59%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE96CE (or 0xFE96CE) is known color: Carnation Pink. HEX triplet: FE, 96 and CE. RGB value is (254,150,206). Sum of RGB (Red+Green+Blue) = 254+150+206=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96CE is #016931. Grayscale: #BBBBBB. Windows color (decimal): -92466 or 13539070. OLE color: 13539070.

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

Color convert

RGB 254 150 206 -
CMYK 0 0.41 0.19 0.00
HSL 327.69º 0.98% 0.79% -
HSV(B) 327.69º 0.41% 1% -
XYZ 62.92 47.34 64.21 -
YUV 187.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 254 150 206 0 0.41 0.19 0.00 327.69 0.98 0.79
Hex FE 96 CE 0 29 13 0 148 62 4F
Octal 376 226 316 0 51 23 0 510 142 117
Binary 11111110 10010110 11001110 0 101001 10011 0 101001000 1100010 1001111

Color Harmonies of #FE96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96CE

Black with #FE96CE

Text Example


Text Example

White with #FE96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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