Html Css Color HEX #FE9CC6 Carnation Pink

📋 copy color: '#FE9CC6'

red 254 ◦ green 156 ◦ blue 198

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

Shades of Carnation Pink #FE9CC6

Tints of Carnation Pink #FE9CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.57%

R = 41.78%
G = 25.66%
B = 32.57%

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

#FE9CC6 (or 0xFE9CC6) is known color: Carnation Pink. HEX triplet: FE, 9C and C6. RGB value is (254,156,198). Sum of RGB (Red+Green+Blue) = 254+156+198=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC6 is #016339. Grayscale: #BEBEBE. Windows color (decimal): -90938 or 13016318. OLE color: 13016318.

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

Color convert

RGB 254 156 198 -
CMYK 0 0.39 0.22 0.00
HSL 334.29º 0.98% 0.8% -
HSV(B) 334.29º 0.39% 1% -
XYZ 62.95 48.92 59.55 -
YUV 190.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 254 156 198 0 0.39 0.22 0.00 334.29 0.98 0.8
Hex FE 9C C6 0 27 16 0 14E 62 50
Octal 376 234 306 0 47 26 0 516 142 120
Binary 11111110 10011100 11000110 0 100111 10110 0 101001110 1100010 1010000

Color Harmonies of #FE9CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CC6

Black with #FE9CC6

Text Example


Text Example

White with #FE9CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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