Html Css Color HEX #FE9AC0 Carnation Pink

📋 copy color: '#FE9AC0'

red 254 ◦ green 154 ◦ blue 192

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

Shades of Carnation Pink #FE9AC0

Tints of Carnation Pink #FE9AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32%

R = 42.33%
G = 25.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE9AC0 (or 0xFE9AC0) is known color: Carnation Pink. HEX triplet: FE, 9A and C0. RGB value is (254,154,192). Sum of RGB (Red+Green+Blue) = 254+154+192=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AC0 is #01653F. Grayscale: #BCBCBC. Windows color (decimal): -91456 or 12622590. OLE color: 12622590.

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

Color convert

RGB 254 154 192 -
CMYK 0 0.39 0.24 0.00
HSL 337.2º 0.98% 0.8% -
HSV(B) 337.2º 0.39% 1% -
XYZ 61.94 47.99 55.87 -
YUV 188.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 254 154 192 0 0.39 0.24 0.00 337.2 0.98 0.8
Hex FE 9A C0 0 27 18 0 151 62 50
Octal 376 232 300 0 47 30 0 521 142 120
Binary 11111110 10011010 11000000 0 100111 11000 0 101010001 1100010 1010000

Color Harmonies of #FE9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9AC0

Black with #FE9AC0

Text Example


Text Example

White with #FE9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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