Html Css Color HEX #FA9EBF Carnation Pink

📋 copy color: '#FA9EBF'

red 250 ◦ green 158 ◦ blue 191

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

Shades of Carnation Pink #FA9EBF

Tints of Carnation Pink #FA9EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.89%

R = 41.74%
G = 26.38%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA9EBF (or 0xFA9EBF) is known color: Carnation Pink. HEX triplet: FA, 9E and BF. RGB value is (250,158,191). Sum of RGB (Red+Green+Blue) = 250+158+191=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EBF is #056140. Grayscale: #BDBDBD. Windows color (decimal): -352577 or 12558074. OLE color: 12558074.

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

Color convert

RGB 250 158 191 -
CMYK 0 0.37 0.24 0.02
HSL 338.48º 0.9% 0.8% -
HSV(B) 338.48º 0.37% 0.98% -
XYZ 61.06 48.54 55.44 -
YUV 189.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 250 158 191 0 0.37 0.24 0.02 338.48 0.9 0.8
Hex FA 9E BF 0 25 18 2 152 5A 50
Octal 372 236 277 0 45 30 2 522 132 120
Binary 11111010 10011110 10111111 0 100101 11000 10 101010010 1011010 1010000

Color Harmonies of #FA9EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9EBF

Black with #FA9EBF

Text Example


Text Example

White with #FA9EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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