Html Css Color HEX #FE97CE Carnation Pink

📋 copy color: '#FE97CE'

red 254 ◦ green 151 ◦ blue 206

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

Shades of Carnation Pink #FE97CE

Tints of Carnation Pink #FE97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.71%

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

R = 41.57%
G = 24.71%
B = 33.72%

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

#FE97CE (or 0xFE97CE) is known color: Carnation Pink. HEX triplet: FE, 97 and CE. RGB value is (254,151,206). Sum of RGB (Red+Green+Blue) = 254+151+206=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97CE is #016831. Grayscale: #BBBBBB. Windows color (decimal): -92210 or 13539326. OLE color: 13539326.

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

Color convert

RGB 254 151 206 -
CMYK 0 0.41 0.19 0.00
HSL 327.96º 0.98% 0.79% -
HSV(B) 327.96º 0.41% 1% -
XYZ 63.08 47.66 64.27 -
YUV 188.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 254 151 206 0 0.41 0.19 0.00 327.96 0.98 0.79
Hex FE 97 CE 0 29 13 0 148 62 4F
Octal 376 227 316 0 51 23 0 510 142 117
Binary 11111110 10010111 11001110 0 101001 10011 0 101001000 1100010 1001111

Color Harmonies of #FE97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE97CE

Black with #FE97CE

Text Example


Text Example

White with #FE97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE97CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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