Html Css Color HEX #FA9EBB Carnation Pink

📋 copy color: '#FA9EBB'

red 250 ◦ green 158 ◦ blue 187

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

Shades of Carnation Pink #FA9EBB

Tints of Carnation Pink #FA9EBB

RGB

 RED value IS 250 (98.05% from 255) = 42.02%

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

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

R = 42.02%
G = 26.55%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA9EBB (or 0xFA9EBB) is known color: Carnation Pink. HEX triplet: FA, 9E and BB. RGB value is (250,158,187). Sum of RGB (Red+Green+Blue) = 250+158+187=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EBB is #056144. Grayscale: #BCBCBC. Windows color (decimal): -352581 or 12295930. OLE color: 12295930.

HSL color Cylindrical-coordinate representation of color #FA9EBB: hue angle of 341.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EBB is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 158 187 -
CMYK 0 0.37 0.25 0.02
HSL 341.09º 0.9% 0.8% -
HSV(B) 341.09º 0.37% 0.98% -
XYZ 60.62 48.37 53.15 -
YUV 188.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 250 158 187 0 0.37 0.25 0.02 341.09 0.9 0.8
Hex FA 9E BB 0 25 19 2 155 5A 50
Octal 372 236 273 0 45 31 2 525 132 120
Binary 11111010 10011110 10111011 0 100101 11001 10 101010101 1011010 1010000

Color Harmonies of #FA9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9EBB

Black with #FA9EBB

Text Example


Text Example

White with #FA9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9EBB; }

 p { color: rgb(250,158,187); }

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

background-color css

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

 a { background-color: rgb(250,158,187); }

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

border-color css

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

 span { border-color: rgb(250,158,187); }

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