Html Css Color HEX #FE9BC6 Carnation Pink

📋 copy color: '#FE9BC6'

red 254 ◦ green 155 ◦ blue 198

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

Shades of Carnation Pink #FE9BC6

Tints of Carnation Pink #FE9BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.54%

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

R = 41.85%
G = 25.54%
B = 32.62%

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

#FE9BC6 (or 0xFE9BC6) is known color: Carnation Pink. HEX triplet: FE, 9B and C6. RGB value is (254,155,198). Sum of RGB (Red+Green+Blue) = 254+155+198=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BC6 is #016439. Grayscale: #BDBDBD. Windows color (decimal): -91194 or 13016062. OLE color: 13016062.

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

Color convert

RGB 254 155 198 -
CMYK 0 0.39 0.22 0.00
HSL 333.94º 0.98% 0.8% -
HSV(B) 333.94º 0.39% 1% -
XYZ 62.79 48.59 59.5 -
YUV 189.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 254 155 198 0 0.39 0.22 0.00 333.94 0.98 0.8
Hex FE 9B C6 0 27 16 0 14E 62 50
Octal 376 233 306 0 47 26 0 516 142 120
Binary 11111110 10011011 11000110 0 100111 10110 0 101001110 1100010 1010000

Color Harmonies of #FE9BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BC6

Black with #FE9BC6

Text Example


Text Example

White with #FE9BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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