Html Css Color HEX #FE9FBC Carnation Pink

📋 copy color: '#FE9FBC'

red 254 ◦ green 159 ◦ blue 188

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

Shades of Carnation Pink #FE9FBC

Tints of Carnation Pink #FE9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.46%

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 42.26%
G = 26.46%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE9FBC (or 0xFE9FBC) is known color: Carnation Pink. HEX triplet: FE, 9F and BC. RGB value is (254,159,188). Sum of RGB (Red+Green+Blue) = 254+159+188=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FBC is #016043. Grayscale: #BEBEBE. Windows color (decimal): -90180 or 12361726. OLE color: 12361726.

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

Color convert

RGB 254 159 188 -
CMYK 0 0.37 0.26 0.00
HSL 341.68º 0.98% 0.81% -
HSV(B) 341.68º 0.37% 1% -
XYZ 62.35 49.5 53.84 -
YUV 190.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 254 159 188 0 0.37 0.26 0.00 341.68 0.98 0.81
Hex FE 9F BC 0 25 1A 0 156 62 51
Octal 376 237 274 0 45 32 0 526 142 121
Binary 11111110 10011111 10111100 0 100101 11010 0 101010110 1100010 1010001

Color Harmonies of #FE9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FBC

Black with #FE9FBC

Text Example


Text Example

White with #FE9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FBC; }

 p { color: rgb(254,159,188); }

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

background-color css

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

 a { background-color: rgb(254,159,188); }

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

border-color css

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

 span { border-color: rgb(254,159,188); }

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