Html Css Color HEX #FE9CC5 Carnation Pink

📋 copy color: '#FE9CC5'

red 254 ◦ green 156 ◦ blue 197

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

Shades of Carnation Pink #FE9CC5

Tints of Carnation Pink #FE9CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.7%

 BLUE value IS 197 (77.34% from 255) = 32.45%

R = 41.85%
G = 25.7%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE9CC5 (or 0xFE9CC5) is known color: Carnation Pink. HEX triplet: FE, 9C and C5. RGB value is (254,156,197). Sum of RGB (Red+Green+Blue) = 254+156+197=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC5 is #01633A. Grayscale: #BDBDBD. Windows color (decimal): -90939 or 12950782. OLE color: 12950782.

HSL color Cylindrical-coordinate representation of color #FE9CC5: hue angle of 334.9º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CC5 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 156 197 -
CMYK 0 0.39 0.22 0.00
HSL 334.9º 0.98% 0.8% -
HSV(B) 334.9º 0.39% 1% -
XYZ 62.84 48.88 58.95 -
YUV 189.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 254 156 197 0 0.39 0.22 0.00 334.9 0.98 0.8
Hex FE 9C C5 0 27 16 0 14F 62 50
Octal 376 234 305 0 47 26 0 517 142 120
Binary 11111110 10011100 11000101 0 100111 10110 0 101001111 1100010 1010000

Color Harmonies of #FE9CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CC5

Black with #FE9CC5

Text Example


Text Example

White with #FE9CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CC5; }

 p { color: rgb(254,156,197); }

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

background-color css

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

 a { background-color: rgb(254,156,197); }

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

border-color css

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

 span { border-color: rgb(254,156,197); }

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