Html Css Color HEX #FAA6C3 Carnation Pink

📋 copy color: '#FAA6C3'

red 250 ◦ green 166 ◦ blue 195

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

Shades of Carnation Pink #FAA6C3

Tints of Carnation Pink #FAA6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.91%

R = 40.92%
G = 27.17%
B = 31.91%

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

#FAA6C3 (or 0xFAA6C3) is known color: Carnation Pink. HEX triplet: FA, A6 and C3. RGB value is (250,166,195). Sum of RGB (Red+Green+Blue) = 250+166+195=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C3 is #05593C. Grayscale: #C2C2C2. Windows color (decimal): -350525 or 12822266. OLE color: 12822266.

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

Color convert

RGB 250 166 195 -
CMYK 0 0.34 0.22 0.02
HSL 339.29º 0.89% 0.82% -
HSV(B) 339.29º 0.34% 0.98% -
XYZ 62.91 51.54 58.26 -
YUV 194.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 250 166 195 0 0.34 0.22 0.02 339.29 0.89 0.82
Hex FA A6 C3 0 22 16 2 153 59 52
Octal 372 246 303 0 42 26 2 523 131 122
Binary 11111010 10100110 11000011 0 100010 10110 10 101010011 1011001 1010010

Color Harmonies of #FAA6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6C3

Black with #FAA6C3

Text Example


Text Example

White with #FAA6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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