Html Css Color HEX #FAA3C3 Carnation Pink

📋 copy color: '#FAA3C3'

red 250 ◦ green 163 ◦ blue 195

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

Shades of Carnation Pink #FAA3C3

Tints of Carnation Pink #FAA3C3

RGB

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

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

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

R = 41.12%
G = 26.81%
B = 32.07%

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

#FAA3C3 (or 0xFAA3C3) is known color: Carnation Pink. HEX triplet: FA, A3 and C3. RGB value is (250,163,195). Sum of RGB (Red+Green+Blue) = 250+163+195=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C3 is #055C3C. Grayscale: #C0C0C0. Windows color (decimal): -351293 or 12821498. OLE color: 12821498.

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

Color convert

RGB 250 163 195 -
CMYK 0 0.35 0.22 0.02
HSL 337.93º 0.9% 0.81% -
HSV(B) 337.93º 0.35% 0.98% -
XYZ 62.37 50.46 58.08 -
YUV 192.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 250 163 195 0 0.35 0.22 0.02 337.93 0.9 0.81
Hex FA A3 C3 0 23 16 2 152 5A 51
Octal 372 243 303 0 43 26 2 522 132 121
Binary 11111010 10100011 11000011 0 100011 10110 10 101010010 1011010 1010001

Color Harmonies of #FAA3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3C3

Black with #FAA3C3

Text Example


Text Example

White with #FAA3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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