Html Css Color HEX #FAA1C6 Carnation Pink

📋 copy color: '#FAA1C6'

red 250 ◦ green 161 ◦ blue 198

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

Shades of Carnation Pink #FAA1C6

Tints of Carnation Pink #FAA1C6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.44%

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

R = 41.05%
G = 26.44%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAA1C6 (or 0xFAA1C6) is known color: Carnation Pink. HEX triplet: FA, A1 and C6. RGB value is (250,161,198). Sum of RGB (Red+Green+Blue) = 250+161+198=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1C6 is #055E39. Grayscale: #BFBFBF. Windows color (decimal): -351802 or 13017594. OLE color: 13017594.

HSL color Cylindrical-coordinate representation of color #FAA1C6: hue angle of 335.06º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1C6 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 198 -
CMYK 0 0.36 0.21 0.02
HSL 335.06º 0.9% 0.81% -
HSV(B) 335.06º 0.36% 0.98% -
XYZ 62.36 49.89 59.77 -
YUV 191.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 250 161 198 0 0.36 0.21 0.02 335.06 0.9 0.81
Hex FA A1 C6 0 24 15 2 14F 5A 51
Octal 372 241 306 0 44 25 2 517 132 121
Binary 11111010 10100001 11000110 0 100100 10101 10 101001111 1011010 1010001

Color Harmonies of #FAA1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1C6

Black with #FAA1C6

Text Example


Text Example

White with #FAA1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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