Html Css Color HEX #FAA0C2 Carnation Pink

📋 copy color: '#FAA0C2'

red 250 ◦ green 160 ◦ blue 194

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

Shades of Carnation Pink #FAA0C2

Tints of Carnation Pink #FAA0C2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.49%

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

R = 41.39%
G = 26.49%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAA0C2 (or 0xFAA0C2) is known color: Carnation Pink. HEX triplet: FA, A0 and C2. RGB value is (250,160,194). Sum of RGB (Red+Green+Blue) = 250+160+194=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0C2 is #055F3D. Grayscale: #BEBEBE. Windows color (decimal): -352062 or 12755194. OLE color: 12755194.

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

Color convert

RGB 250 160 194 -
CMYK 0 0.36 0.22 0.02
HSL 337.33º 0.9% 0.8% -
HSV(B) 337.33º 0.36% 0.98% -
XYZ 61.73 49.36 57.31 -
YUV 190.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 250 160 194 0 0.36 0.22 0.02 337.33 0.9 0.8
Hex FA A0 C2 0 24 16 2 151 5A 50
Octal 372 240 302 0 44 26 2 521 132 120
Binary 11111010 10100000 11000010 0 100100 10110 10 101010001 1011010 1010000

Color Harmonies of #FAA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0C2

Black with #FAA0C2

Text Example


Text Example

White with #FAA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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