Html Css Color HEX #FA9DBE Carnation Pink

📋 copy color: '#FA9DBE'

red 250 ◦ green 157 ◦ blue 190

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

Shades of Carnation Pink #FA9DBE

Tints of Carnation Pink #FA9DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.3%

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

R = 41.88%
G = 26.3%
B = 31.83%

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

#FA9DBE (or 0xFA9DBE) is known color: Carnation Pink. HEX triplet: FA, 9D and BE. RGB value is (250,157,190). Sum of RGB (Red+Green+Blue) = 250+157+190=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DBE is #056241. Grayscale: #BCBCBC. Windows color (decimal): -352834 or 12492282. OLE color: 12492282.

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

Color convert

RGB 250 157 190 -
CMYK 0 0.37 0.24 0.02
HSL 338.71º 0.9% 0.8% -
HSV(B) 338.71º 0.37% 0.98% -
XYZ 60.78 48.16 54.81 -
YUV 188.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 250 157 190 0 0.37 0.24 0.02 338.71 0.9 0.8
Hex FA 9D BE 0 25 18 2 153 5A 50
Octal 372 235 276 0 45 30 2 523 132 120
Binary 11111010 10011101 10111110 0 100101 11000 10 101010011 1011010 1010000

Color Harmonies of #FA9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DBE

Black with #FA9DBE

Text Example


Text Example

White with #FA9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DBE; }

 p { color: rgb(250,157,190); }

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

background-color css

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

 a { background-color: rgb(250,157,190); }

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

border-color css

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

 span { border-color: rgb(250,157,190); }

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