Html Css Color HEX #FA9AC2 Carnation Pink

📋 copy color: '#FA9AC2'

red 250 ◦ green 154 ◦ blue 194

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

Shades of Carnation Pink #FA9AC2

Tints of Carnation Pink #FA9AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.44%

R = 41.81%
G = 25.75%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA9AC2 (or 0xFA9AC2) is known color: Carnation Pink. HEX triplet: FA, 9A and C2. RGB value is (250,154,194). Sum of RGB (Red+Green+Blue) = 250+154+194=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AC2 is #05653D. Grayscale: #BBBBBB. Windows color (decimal): -353598 or 12753658. OLE color: 12753658.

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

Color convert

RGB 250 154 194 -
CMYK 0 0.38 0.22 0.02
HSL 335º 0.91% 0.79% -
HSV(B) 335º 0.38% 0.98% -
XYZ 60.72 47.33 56.97 -
YUV 187.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 250 154 194 0 0.38 0.22 0.02 335 0.91 0.79
Hex FA 9A C2 0 26 16 2 14F 5B 4F
Octal 372 232 302 0 46 26 2 517 133 117
Binary 11111010 10011010 11000010 0 100110 10110 10 101001111 1011011 1001111

Color Harmonies of #FA9AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AC2

Black with #FA9AC2

Text Example


Text Example

White with #FA9AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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