Html Css Color HEX #FAA2C4 Carnation Pink

📋 copy color: '#FAA2C4'

red 250 ◦ green 162 ◦ blue 196

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

Shades of Carnation Pink #FAA2C4

Tints of Carnation Pink #FAA2C4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.64%

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 41.12%
G = 26.64%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAA2C4 (or 0xFAA2C4) is known color: Carnation Pink. HEX triplet: FA, A2 and C4. RGB value is (250,162,196). Sum of RGB (Red+Green+Blue) = 250+162+196=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2C4 is #055D3B. Grayscale: #C0C0C0. Windows color (decimal): -351548 or 12886778. OLE color: 12886778.

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

Color convert

RGB 250 162 196 -
CMYK 0 0.35 0.22 0.02
HSL 336.82º 0.9% 0.81% -
HSV(B) 336.82º 0.35% 0.98% -
XYZ 62.31 50.15 58.62 -
YUV 192.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 250 162 196 0 0.35 0.22 0.02 336.82 0.9 0.81
Hex FA A2 C4 0 23 16 2 151 5A 51
Octal 372 242 304 0 43 26 2 521 132 121
Binary 11111010 10100010 11000100 0 100011 10110 10 101010001 1011010 1010001

Color Harmonies of #FAA2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA2C4

Black with #FAA2C4

Text Example


Text Example

White with #FAA2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA2C4; }

 p { color: rgb(250,162,196); }

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

background-color css

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

 a { background-color: rgb(250,162,196); }

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

border-color css

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

 span { border-color: rgb(250,162,196); }

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