Html Css Color HEX #FA9DC6 Carnation Pink

📋 copy color: '#FA9DC6'

red 250 ◦ green 157 ◦ blue 198

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

Shades of Carnation Pink #FA9DC6

Tints of Carnation Pink #FA9DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.73%

R = 41.32%
G = 25.95%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA9DC6 (or 0xFA9DC6) is known color: Carnation Pink. HEX triplet: FA, 9D and C6. RGB value is (250,157,198). Sum of RGB (Red+Green+Blue) = 250+157+198=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DC6 is #056239. Grayscale: #BDBDBD. Windows color (decimal): -352826 or 13016570. OLE color: 13016570.

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

Color convert

RGB 250 157 198 -
CMYK 0 0.37 0.21 0.02
HSL 333.55º 0.9% 0.8% -
HSV(B) 333.55º 0.37% 0.98% -
XYZ 61.67 48.52 59.54 -
YUV 189.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 250 157 198 0 0.37 0.21 0.02 333.55 0.9 0.8
Hex FA 9D C6 0 25 15 2 14E 5A 50
Octal 372 235 306 0 45 25 2 516 132 120
Binary 11111010 10011101 11000110 0 100101 10101 10 101001110 1011010 1010000

Color Harmonies of #FA9DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DC6

Black with #FA9DC6

Text Example


Text Example

White with #FA9DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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