Html Css Color HEX #FAA3C2 Carnation Pink

📋 copy color: '#FAA3C2'

red 250 ◦ green 163 ◦ blue 194

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

Shades of Carnation Pink #FAA3C2

Tints of Carnation Pink #FAA3C2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.85%

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

R = 41.19%
G = 26.85%
B = 31.96%

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

#FAA3C2 (or 0xFAA3C2) is known color: Carnation Pink. HEX triplet: FA, A3 and C2. RGB value is (250,163,194). Sum of RGB (Red+Green+Blue) = 250+163+194=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C2 is #055C3D. Grayscale: #C0C0C0. Windows color (decimal): -351294 or 12755962. OLE color: 12755962.

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

Color convert

RGB 250 163 194 -
CMYK 0 0.35 0.22 0.02
HSL 338.62º 0.9% 0.81% -
HSV(B) 338.62º 0.35% 0.98% -
XYZ 62.26 50.41 57.49 -
YUV 192.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 250 163 194 0 0.35 0.22 0.02 338.62 0.9 0.81
Hex FA A3 C2 0 23 16 2 153 5A 51
Octal 372 243 302 0 43 26 2 523 132 121
Binary 11111010 10100011 11000010 0 100011 10110 10 101010011 1011010 1010001

Color Harmonies of #FAA3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3C2

Black with #FAA3C2

Text Example


Text Example

White with #FAA3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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