Html Css Color HEX #FE9BBE Carnation Pink

📋 copy color: '#FE9BBE'

red 254 ◦ green 155 ◦ blue 190

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

Shades of Carnation Pink #FE9BBE

Tints of Carnation Pink #FE9BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 42.4%
G = 25.88%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE9BBE (or 0xFE9BBE) is known color: Carnation Pink. HEX triplet: FE, 9B and BE. RGB value is (254,155,190). Sum of RGB (Red+Green+Blue) = 254+155+190=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BBE is #016441. Grayscale: #BCBCBC. Windows color (decimal): -91202 or 12491774. OLE color: 12491774.

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

Color convert

RGB 254 155 190 -
CMYK 0 0.39 0.25 0.00
HSL 338.79º 0.98% 0.8% -
HSV(B) 338.79º 0.39% 1% -
XYZ 61.89 48.23 54.76 -
YUV 188.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 254 155 190 0 0.39 0.25 0.00 338.79 0.98 0.8
Hex FE 9B BE 0 27 19 0 153 62 50
Octal 376 233 276 0 47 31 0 523 142 120
Binary 11111110 10011011 10111110 0 100111 11001 0 101010011 1100010 1010000

Color Harmonies of #FE9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BBE

Black with #FE9BBE

Text Example


Text Example

White with #FE9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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