Html Css Color HEX #FE9FD0 Carnation Pink

📋 copy color: '#FE9FD0'

red 254 ◦ green 159 ◦ blue 208

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

Shades of Carnation Pink #FE9FD0

Tints of Carnation Pink #FE9FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.49%

R = 40.9%
G = 25.6%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE9FD0 (or 0xFE9FD0) is known color: Carnation Pink. HEX triplet: FE, 9F and D0. RGB value is (254,159,208). Sum of RGB (Red+Green+Blue) = 254+159+208=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FD0 is #01602F. Grayscale: #C0C0C0. Windows color (decimal): -90160 or 13672446. OLE color: 13672446.

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

Color convert

RGB 254 159 208 -
CMYK 0 0.37 0.18 0.00
HSL 329.05º 0.98% 0.81% -
HSV(B) 329.05º 0.37% 1% -
XYZ 64.66 50.42 66 -
YUV 192.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 254 159 208 0 0.37 0.18 0.00 329.05 0.98 0.81
Hex FE 9F D0 0 25 12 0 149 62 51
Octal 376 237 320 0 45 22 0 511 142 121
Binary 11111110 10011111 11010000 0 100101 10010 0 101001001 1100010 1010001

Color Harmonies of #FE9FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FD0

Black with #FE9FD0

Text Example


Text Example

White with #FE9FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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