Html Css Color HEX #FAA1C0 Carnation Pink

📋 copy color: '#FAA1C0'

red 250 ◦ green 161 ◦ blue 192

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

Shades of Carnation Pink #FAA1C0

Tints of Carnation Pink #FAA1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 41.46%
G = 26.7%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAA1C0 (or 0xFAA1C0) is known color: Carnation Pink. HEX triplet: FA, A1 and C0. RGB value is (250,161,192). Sum of RGB (Red+Green+Blue) = 250+161+192=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1C0 is #055E3F. Grayscale: #BFBFBF. Windows color (decimal): -351808 or 12624378. OLE color: 12624378.

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

Color convert

RGB 250 161 192 -
CMYK 0 0.36 0.23 0.02
HSL 339.1º 0.9% 0.81% -
HSV(B) 339.1º 0.36% 0.98% -
XYZ 61.68 49.62 56.2 -
YUV 191.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 250 161 192 0 0.36 0.23 0.02 339.1 0.9 0.81
Hex FA A1 C0 0 24 17 2 153 5A 51
Octal 372 241 300 0 44 27 2 523 132 121
Binary 11111010 10100001 11000000 0 100100 10111 10 101010011 1011010 1010001

Color Harmonies of #FAA1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1C0

Black with #FAA1C0

Text Example


Text Example

White with #FAA1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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