Html Css Color HEX #FF9EBE Carnation Pink

📋 copy color: '#FF9EBE'

red 255 ◦ green 158 ◦ blue 190

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

Shades of Carnation Pink #FF9EBE

Tints of Carnation Pink #FF9EBE

RGB

 RED value IS 255 (100% from 255) = 42.29%

 GREEN value IS 158 (62.11% from 255) = 26.2%

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

R = 42.29%
G = 26.2%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9EBE (or 0xFF9EBE) is known color: Carnation Pink. HEX triplet: FF, 9E and BE. RGB value is (255,158,190). Sum of RGB (Red+Green+Blue) = 255+158+190=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EBE is #006141. Grayscale: #BEBEBE. Windows color (decimal): -24898 or 12492543. OLE color: 12492543.

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

Color convert

RGB 255 158 190 -
CMYK 0 0.38 0.25 0
HSL 340.21º 1% 0.81% -
HSV(B) 340.21º 0.38% 1% -
XYZ 62.76 49.43 54.95 -
YUV 190.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 255 158 190 0 0.38 0.25 0 340.21 1 0.81
Hex FF 9E BE 0 26 19 0 154 64 51
Octal 377 236 276 0 46 31 0 524 144 121
Binary 11111111 10011110 10111110 0 100110 11001 0 101010100 1100100 1010001

Color Harmonies of #FF9EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EBE

Black with #FF9EBE

Text Example


Text Example

White with #FF9EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EBE; }

 p { color: rgb(255,158,190); }

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

background-color css

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

 a { background-color: rgb(255,158,190); }

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

border-color css

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

 span { border-color: rgb(255,158,190); }

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