Html Css Color HEX #FF9EBA Carnation Pink

📋 copy color: '#FF9EBA'

red 255 ◦ green 158 ◦ blue 186

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

Shades of Carnation Pink #FF9EBA

Tints of Carnation Pink #FF9EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 42.57%
G = 26.38%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF9EBA (or 0xFF9EBA) is known color: Carnation Pink. HEX triplet: FF, 9E and BA. RGB value is (255,158,186). Sum of RGB (Red+Green+Blue) = 255+158+186=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EBA is #006145. Grayscale: #BEBEBE. Windows color (decimal): -24902 or 12230399. OLE color: 12230399.

HSL color Cylindrical-coordinate representation of color #FF9EBA: hue angle of 342.68º 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 #FF9EBA is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 158 186 -
CMYK 0 0.38 0.27 0
HSL 342.68º 1% 0.81% -
HSV(B) 342.68º 0.38% 1% -
XYZ 62.33 49.26 52.68 -
YUV 190.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 255 158 186 0 0.38 0.27 0 342.68 1 0.81
Hex FF 9E BA 0 26 1B 0 157 64 51
Octal 377 236 272 0 46 33 0 527 144 121
Binary 11111111 10011110 10111010 0 100110 11011 0 101010111 1100100 1010001

Color Harmonies of #FF9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EBA

Black with #FF9EBA

Text Example


Text Example

White with #FF9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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