Html Css Color HEX #FAA0C3 Carnation Pink

📋 copy color: '#FAA0C3'

red 250 ◦ green 160 ◦ blue 195

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

Shades of Carnation Pink #FAA0C3

Tints of Carnation Pink #FAA0C3

RGB

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

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

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

R = 41.32%
G = 26.45%
B = 32.23%

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

#FAA0C3 (or 0xFAA0C3) is known color: Carnation Pink. HEX triplet: FA, A0 and C3. RGB value is (250,160,195). Sum of RGB (Red+Green+Blue) = 250+160+195=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0C3 is #055F3C. Grayscale: #BEBEBE. Windows color (decimal): -352061 or 12820730. OLE color: 12820730.

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

Color convert

RGB 250 160 195 -
CMYK 0 0.36 0.22 0.02
HSL 336.67º 0.9% 0.8% -
HSV(B) 336.67º 0.36% 0.98% -
XYZ 61.85 49.41 57.91 -
YUV 190.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 250 160 195 0 0.36 0.22 0.02 336.67 0.9 0.8
Hex FA A0 C3 0 24 16 2 151 5A 50
Octal 372 240 303 0 44 26 2 521 132 120
Binary 11111010 10100000 11000011 0 100100 10110 10 101010001 1011010 1010000

Color Harmonies of #FAA0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0C3

Black with #FAA0C3

Text Example


Text Example

White with #FAA0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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