Html Css Color HEX #FAA6C2 Carnation Pink

📋 copy color: '#FAA6C2'

red 250 ◦ green 166 ◦ blue 194

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

Shades of Carnation Pink #FAA6C2

Tints of Carnation Pink #FAA6C2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

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

R = 40.98%
G = 27.21%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAA6C2 (or 0xFAA6C2) is known color: Carnation Pink. HEX triplet: FA, A6 and C2. RGB value is (250,166,194). Sum of RGB (Red+Green+Blue) = 250+166+194=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C2 is #05593D. Grayscale: #C2C2C2. Windows color (decimal): -350526 or 12756730. OLE color: 12756730.

HSL color Cylindrical-coordinate representation of color #FAA6C2: hue angle of 340º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6C2 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 194 -
CMYK 0 0.34 0.22 0.02
HSL 340º 0.89% 0.82% -
HSV(B) 340º 0.34% 0.98% -
XYZ 62.8 51.49 57.67 -
YUV 194.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 250 166 194 0 0.34 0.22 0.02 340 0.89 0.82
Hex FA A6 C2 0 22 16 2 154 59 52
Octal 372 246 302 0 42 26 2 524 131 122
Binary 11111010 10100110 11000010 0 100010 10110 10 101010100 1011001 1010010

Color Harmonies of #FAA6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6C2

Black with #FAA6C2

Text Example


Text Example

White with #FAA6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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