Html Css Color HEX #FA9AD1 Carnation Pink

📋 copy color: '#FA9AD1'

red 250 ◦ green 154 ◦ blue 209

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

Shades of Carnation Pink #FA9AD1

Tints of Carnation Pink #FA9AD1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.12%

 BLUE value IS 209 (82.03% from 255) = 34.09%

R = 40.78%
G = 25.12%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA9AD1 (or 0xFA9AD1) is known color: Carnation Pink. HEX triplet: FA, 9A and D1. RGB value is (250,154,209). Sum of RGB (Red+Green+Blue) = 250+154+209=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AD1 is #05652E. Grayscale: #BCBCBC. Windows color (decimal): -353583 or 13736698. OLE color: 13736698.

HSL color Cylindrical-coordinate representation of color #FA9AD1: hue angle of 325.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AD1 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 154 209 -
CMYK 0 0.38 0.16 0.02
HSL 325.63º 0.91% 0.79% -
HSV(B) 325.63º 0.38% 0.98% -
XYZ 62.49 48.04 66.3 -
YUV 188.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 250 154 209 0 0.38 0.16 0.02 325.63 0.91 0.79
Hex FA 9A D1 0 26 10 2 146 5B 4F
Octal 372 232 321 0 46 20 2 506 133 117
Binary 11111010 10011010 11010001 0 100110 10000 10 101000110 1011011 1001111

Color Harmonies of #FA9AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AD1

Black with #FA9AD1

Text Example


Text Example

White with #FA9AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AD1; }

 p { color: rgb(250,154,209); }

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

background-color css

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

 a { background-color: rgb(250,154,209); }

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

border-color css

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

 span { border-color: rgb(250,154,209); }

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