Html Css Color HEX #FE9ABB Carnation Pink

📋 copy color: '#FE9ABB'

red 254 ◦ green 154 ◦ blue 187

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

Shades of Carnation Pink #FE9ABB

Tints of Carnation Pink #FE9ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.88%

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 42.69%
G = 25.88%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE9ABB (or 0xFE9ABB) is known color: Carnation Pink. HEX triplet: FE, 9A and BB. RGB value is (254,154,187). Sum of RGB (Red+Green+Blue) = 254+154+187=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ABB is #016544. Grayscale: #BBBBBB. Windows color (decimal): -91461 or 12294910. OLE color: 12294910.

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

Color convert

RGB 254 154 187 -
CMYK 0 0.39 0.26 0.00
HSL 340.2º 0.98% 0.8% -
HSV(B) 340.2º 0.39% 1% -
XYZ 61.4 47.77 53 -
YUV 187.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 254 154 187 0 0.39 0.26 0.00 340.2 0.98 0.8
Hex FE 9A BB 0 27 1A 0 154 62 50
Octal 376 232 273 0 47 32 0 524 142 120
Binary 11111110 10011010 10111011 0 100111 11010 0 101010100 1100010 1010000

Color Harmonies of #FE9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9ABB

Black with #FE9ABB

Text Example


Text Example

White with #FE9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9ABB; }

 p { color: rgb(254,154,187); }

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

background-color css

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

 a { background-color: rgb(254,154,187); }

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

border-color css

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

 span { border-color: rgb(254,154,187); }

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